/**
 *
 */
function ventanaSecundaria (URL){ 
	window.open(URL, "ventana1" , 
	"width=995,height=700,scrollbars=0,resizable=1,status=0,toolbar=0,location=0,menubar=0,directories=0") ;
} 
