function maj_cart(a,b){if(a=="moins"){val=-1}else{val=1}prdid=document.getElementById("prdid_"+b).value;valeur=document.getElementById("crtqty_"+b).value*1;valeur=valeur+val;prixbase=document.getElementById("prixprod_"+b).value*1;prixtot=Math.round(prixbase*valeur*100)/100;prixtot+="";prixtot=prixtot.replace(".",",");document.getElementById("crtqty_"+b).value=valeur;document.getElementById("affqty_"+b).innerHTML=valeur;document.getElementById("affpri_"+b).innerHTML=prixtot+"�";document.forms.cart_quantity.submit()}function compter(b,a){StrLen=b.value.length;document.getElementById(a).value=StrLen}function rateIt(a){document.getElementById("rating").value=a;if(a<=1){document.getElementById("star1").src="./tpl/discountmanga/img/icone_star_1.png"}if(a<=2){document.getElementById("star2").src="./tpl/discountmanga/img/icone_star_1.png"}if(a<=3){document.getElementById("star3").src="./tpl/discountmanga/img/icone_star_1.png"}if(a<=4){document.getElementById("star4").src="./tpl/discountmanga/img/icone_star_1.png"}if(a<=5){document.getElementById("star5").src="./tpl/discountmanga/img/icone_star_1.png"}if(a>=1){document.getElementById("star1").src="./tpl/discountmanga/img/icone_star_3.png"}if(a>=2){document.getElementById("star2").src="./tpl/discountmanga/img/icone_star_3.png"}if(a>=3){document.getElementById("star3").src="./tpl/discountmanga/img/icone_star_3.png"}if(a>=4){document.getElementById("star4").src="./tpl/discountmanga/img/icone_star_3.png"}if(a>=5){document.getElementById("star5").src="./tpl/discountmanga/img/icone_star_3.png"}}function aff_preview(){image=document.getElementById("image_affiche").value;texte=file("tpl/discountmanga/ajax_preview.php?img="+escape(image));document.getElementById("affimg").innerHTML=texte;document.getElementById("affimg").style.display="inline"}function visu_image(b,a){document.getElementById("image_affiche").value=b;document.getElementById("preview_produit").src="./tpl/discountmanga/miniature5.php?pic="+b;if(a==1){document.getElementById("numero1").src="./tpl/discountmanga/img/icone_num1_on.png";if(document.getElementById("numero2")){document.getElementById("numero2").src="./tpl/discountmanga/img/icone_num2_off.png"}}else{document.getElementById("numero1").src="./tpl/discountmanga/img/icone_num1_off.png";document.getElementById("numero2").src="./tpl/discountmanga/img/icone_num2_on.png"}}function file(a){if(window.XMLHttpRequest){xhr_object=new XMLHttpRequest()}else{if(window.ActiveXObject){xhr_object=new ActiveXObject("Microsoft.XMLHTTP")}else{alert("Votre navigateur ne supporte pas les objets XMLHTTPRequest...");return}}xhr_object.open("GET",a,false);xhr_object.send(null);if(xhr_object.readyState==4){return(xhr_object.responseText)}else{return(false)}};
