function open_window(adresse,w,h){

what = window.open(adresse,'Fenetre1','scrollbars=yes,status=no,location=no,resizable=no,directories=no,menubar=no,width='+w+',height='+h+',top=0,left=0');
what.focus();

}