var clicked=""
var gtype=".gif"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("menu_.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
document.write("<td><img src=\""+loc+"menu__top.gif\" alt=\"\" width=\"198\" height=\"29\"></td>");
tr(false);
writeButton("","javascript:;","menu__b1",198,29,"FIAN HONDURAS","",0);
writeButton(loc+"","index.html","menu__b2",198,29,"Principal","",0);
writeButton(loc+"","que.html","menu__b3",198,29,"¿Que hacemos?","",0);
writeButton(loc+"","quien.html","menu__b4",198,29,"¿Quiénes somos?","",0);
writeButton(loc+"","como.html","menu__b5",198,29,"¿Cómo trabajamos?","",0);
writeButton(loc+"","donde.html","menu__b6",198,29,"¿Dónde trabajamos?","",0);
writeButton(loc+"","intervencion.html","menu__b7",198,29,"¿Cuándo intervenimos?","",0);
writeButton(loc+"","miembro.html","menu__b8",198,29,"¿Cómo hacerse miembro?","",0);
writeButton(loc+"","estatutos.html","menu__b9",198,29,"Estatutos","",0);
writeButton("","javascript:;","menu__b10",198,29,"NUESTRO TRABAJO","",0);
writeButton(loc+"","campanas.html","menu__b11",198,29,"Campañas","",0);
writeButton(loc+"","denuncias.html","menu__b12",198,29,"Denuncias","",0);
writeButton(loc+"","casos.html","menu__b13",198,29,"Casos","",0);
writeButton(loc+"","capacitacion.html","menu__b14",198,29,"Capacitación","",0);
writeButton("","javascript:;","menu__b15",198,29,"DOCUMENTOS","",0);
writeButton(loc+"","boletin.html","menu__b16",198,29,"Boletín Digital","",0);
writeButton(loc+"","pidesc.html","menu__b17",198,29,"Pidesc","",0);
writeButton(loc+"","observaciones.html","menu__b18",198,29,"Observaciones Generales","",0);
writeButton(loc+"","directrices.html","menu__b19",198,29,"Directrices Voluntarias","",0);
writeButton(loc+"","leyagraria.html","menu__b20",198,29,"Ley de Reforma Agraria","",0);
writeButton(loc+"","leymarco.html","menu__b21",198,29,"Ley Marco","",0);
writeButton(loc+"","protocolo.html","menu__b22",198,29,"Protocolo sobre desalojos","",0);
writeButton(loc+"","constitucion.html","menu__b23",198,29,"Constitución de Honduras","",0);
writeButton("","javascript:;","menu__b24",198,29,"ENLACES","",0);
writeButton(loc+"","mundo.html","menu__b25",198,29,"","",0);
writeButton(loc+"","ddhh.html","menu__b26",198,29,"Organizaciones de DDHH","",0);
writeButton(loc+"","medios.html","menu__b27",198,29,"Medios de comunicación","",0);
writeButton(loc+"","agencias.html","menu__b28",198,29,"Agencias de cooperación","",0);
writeButton(loc+"","varios.html","menu__b29",198,29,"Varios","",0);
writeButton("","javascript:;","menu__b30",198,29,"PRIVADO","",0);
writeButton("","https://ns2.rds.net.hn/admin57/webmail","menu__b31",198,29,"Servidor de correos","_blank",0);
tr(true);
document.write("<td><img src=\""+loc+"menu__bottom.gif\" alt=\"\" width=\"198\" height=\"29\"></td>");
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}

