function myopen(url,larg,haut){
	nom='';
	opts='scrollbars=1,toolbar=0,status=0,resizable=1,width='+larg+',height='+haut;
	fx=window.open(url,nom,opts);
	fx.focus();
	}

