function abresesamo( theURL, windowName, ancho, alto ) { 
	/*return*/
	window.open( theURL, windowName, "resizeable=no,scrollbars=auto,toolbar=no,location=no,menubar=no,directories=no,status=no,width=" +ancho+ ",height=" +alto+ ",left=5,top=5") ; 
	} 
