function VentanaAbrir(url, myname, w, h, scroll) {
	vent=window.open(url,'','screenx=0,screeny=0,width=' + w + ',height=' + h +',directories=no,status=no,scrollbars=' + scroll + ',resize=yes,menubar=no,top=200,left=250');
	vent.focus();

}

	

