function crearPopup(B,G,C,A){var F="yes";var E=(C==null)?790:C;var H=(A==null)?screen.height-100:A;var D=window.open(B,G,"toolbar=no,menubar=no,status=no,resizable="+F+",scrollbars=yes,width="+E+",height="+H);D.focus();return D}function cerrarPopup(){window.close()}function checkVentanas(A){if(A.length!=0){for(var B=0;B<A.length;B++){ventana=A[B];if(ventana){ventana.close()}}}};