// JavaScript Document

function favoritos(){
	if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
		var url="http://www.mes.gob.ve/";
		var titulo="mes.gob.ve";
		window.external.AddFavorite(url,titulo);
	}
	else {
		if(navigator.appName == "Netscape")
		alert ("Presione Crtl+D para agregar este sitio en sus Favoritos");
	}
}
