function agregar(){
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		var url="http://www.technoval.com/"; //Cambia esta dirección por la de tu web
		var titulo="TECHNOVAL.COM"; //Cambia esta nombre por el de tu web
		window.external.AddFavorite(url,titulo);
	}
	
	else {
		if(navigator.appName == "Netscape")
			window.sidebar.addPanel("TECHNOVAL.COM", "http://www.technoval.com","");
	}
}

