// JavaScript Document
function envoi(){	
document.getElementById("choix").submit()
}
function envoi2(){	
document.getElementById("panier").submit()
}

function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Pharmanath","http://www.pharmanath.com/",""); }
else { window.external.AddFavorite("http://www.pharmanath.com/","Pharmanath"); } }