self.name='base' ;
var ExplorerOpera=navigator.appName=="Microsoft Internet Explorer"?true:false;
if(navigator.userAgent.indexOf('Opera')>=0){ExplorerOpera = true}
var contadorcajas=0;

function confirmar( mensaje, destino,mensaje2) {
    if (confirm(mensaje)) {
    	if (mensaje2!="") alert(mensaje2);
        document.location = destino ;
        return true;
	}
    }

function abrirpopup(URL,ancho,alto){ 
	popup=window.open(URL,"ventana1","width="+ancho+", height="+alto+", scrollbars=yes, menubar=no, location=no, resizable=no") ;
	popup.focus();
} 

