var windo
var an=0;
var al=0;
	function handle_openwindo(locatio,ancho,alto) {	
		an=+ancho;
		al=+alto;			
		windo = window.open(locatio,'NuevaVentana','resizable=yes,scrollbars=yes, width='+an+',height='+al);		
				
		}	