function ventanaSecundaria (URL)
{
window.open(URL,"popup","width=450,height=300,scrollbars=NO,resizable=NO,directories=NO,location=NO,menubar=NO,status=NO,titlebar=NO,toolbar=NO")
}