
// Apertura de ventanas

function vent1 (URL){ 
   window.open(URL,"vent","width=1000,height=800,top=1,left=30,scrollbars=YES,resizable=YES,directories=NO,location=NO,menubar=NO,status=NO,titlebar=NO,toolbar=NO") 
} 
// ------------------------------------------------------------------------------------------------

