// abre ventana

function openWin(theURL) { 
window.open(theURL,'unow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=795,height=553,top=0,left=0');}

function openWin1(theURL) { 
window.open(theURL,'unow','toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=695,height=453,top=0,left=0');}

function openWin2(theURL) { 
window.open(theURL,'unow','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=695,height=453,top=0,left=0');}

function openWin3(theURL) { 
window.open(theURL,'unow','toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=500,height=480,top=0,left=0');}

function OpenWinPrint(theURL) { 
window.open(theURL,'unow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=695,height=453,top=0,left=0');}
//-->

