
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=100,left=150');
	vent.focus();

}


