function ouvrir(string) {
var s = "produits/"+string;
window.open(s,'herbalife','width=700,height=500,left=200,top=200');
}

function cursorHand() {
document.body.style.cursor = "hand"; 
}

function cursorFleche() {
document.body.style.cursor = "default"; 
}