var w
function OuvrirDetails(page,largeur,hauteur,options) {w=window.open(page,"","top="+((screen.height-hauteur)/2)+",left="+(screen.width-largeur)/2+",width="+largeur+",height="+hauteur+","+options);}