// JavaScript Document
function inicio(objk,direccion){
        if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>3)){
            objk.style.behavior="url(#default#homepage)";
            objk.setHomePage(direccion);
        }
        else{
            alert("su navegador no dispone de esta opción");
        }
    }
                    
function agregar(){
	if ((navigator.appName=="Microsoft Internet Explorer") && 
			(parseInt(navigator.appVersion)>=4)) {
		var url="http://www.ahasesores.com/"; 
		var titulo="AH asesores - Gestores Administrativos, Economistas, Abogados, Arquitectos Tecnicos, Ingenieros, Industriales, Administradores de Fincas, Agentes de Seguros y mas...";
		window.external.AddFavorite(url,titulo);
	} else { 
		if(navigator.appName == "Netscape") 
			alert ("Presione Crtl+D para agregar este sitio en sus Favoritos"); 
	}
} 

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function Condiciones(){
window.open("condicionesuso.html","miventana","width=800,height=600,menubar=no") 
}
