        function AbrirVentana(strURL){
                         miVentana=window.open(strURL,'subventana'+new Date().getTime(),'screenX=10,screenY=10,height=548,width=548,menubar=0,toolbar=0,status=1,top=1201,left=1601');
                         }
        function AbrirVentana_con_scroll(strURL){
                         miVentana=window.open(strURL,'subventana'+new Date().getTime(),'screenX=10,screenY=10,height=650,width=950,scrollbars=1,resizable=1,menubar=0,toolbar=0,status=1,top=1201,left=1601');
                         }
        function AbrirVisor(strURL){
                         miVentana=window.open(strURL,'subventana'+new Date().getTime(),'screenX=10,screenY=10,height=548,width=548,menubar=0,toolbar=0,status=1,top=1201,left=1601');
                         }

