function ventanaSecundaria(URL){
	/*var direccion = URL.toString();*/
	window.open(URL,"Info","width=400,height=220,scrollbars=NO"); 
}

