function ouvrePopup(href,w,h) {
   var sw=(screen.width-w)/2;
   var sh=(screen.height-h)/2;
	window.open(href,"popup","top="+sh+",left="+sw+",width="+w+",height="+h+",menubar=no,scrollbars=no,statusbar=no"); 
}