<!--

function menuderoulant2(url,haut,gauche,largeur,hauteur,options){ 
window.open(url,"","top="+haut+",left="+gauche+",width="+largeur+",height="+hauteur+","+options);
}
//-->