function go_boutik(){ document.location.href="boutique-rap-francais.html"; } function go_commande(){ document.location.href="confirm_commande.php"; } function dellform(){ document.form1.submit(); } function valide(){ document.check.submit(); } function changeeco(loche){ var lift = loche + 3; document.getElementById('total').value=+lift; document.getElementById('totalApercu').firstChild.nodeValue=+lift; } function changecoli(loche){ var lift = loche + 5; document.getElementById('total').value=+lift; document.getElementById('totalApercu').firstChild.nodeValue=+lift; } function changechro(loche){ var lift = loche + 12; document.getElementById('total').value=+lift; document.getElementById('totalApercu').firstChild.nodeValue=+lift; } function retuntogrizzmine(){ document.location.href="boutique-rap-francais.html"; } function okcheque(cnum,ctotal){ document.location.href="boutique_paiement.php?slow=1&ctotal="+ctotal+"&cnum="+cnum ; }