//Version 104
//Uso: <script language="JavaScript1.2" src=menu.js></script>"

var titulo1="Jakob Lorber - Ciencia y Espiritualidad";
var display_url=1;

//-----------------------------------------------------------------------------
// CABEZAL Y PIE FUNCTIONS
//-----------------------------------------------------------------------------

function cabezal(homepath,niveles) {
	document.write("<img src=" + homepath + "images/logo1.jpg width='600' height=100 alt='Jakob Lorber - Ciencia y Espiritualidad'>");
	document.write("<p style='margin-top:-20px;' align='right'> ");
	document.write("<font face='arial'><small>");
	document.write(  "<a class=nd href='javaScript:history.back()' title='Ir a página anterior'><b><</b></a> ");
	document.write("<a class=nd href='http://es.j-lorber.com' title='Ir al portal'>es.j-lorber.com</a> ");
	document.write("| <a class=nd href=http://search.freefind.com/find.html?id=5910432&lang=es title='Buscar en este sitio'>Buscar</a> ");
	document.write("| <a class=nd href='"+ homepath + "Scripts/libro/index.htm' title='Lea o deje mensajes en el libro de visitas'>Libro de Visitas</a> ");
	document.write("| <a class=nd href='"+ homepath + "sitio/contactos.htm' title='Direcciones y enlaces'>Contactos</a> ");
	if(homepath == "" && document.title == "") {
		document.write("| <a class=nd href='sitio/contactos.htm#otros' title='Jakob Lorber en otros idiomas'><img src='"+ homepath + "images/flags.gif' border=0 width=100 height=14></a> ");
		}
	document.write(" <a class=nd href='javaScript:history.forward()' title='Ir a página siguiente'><b>></b> </a>");
	document.write("<hr size=2 style='margin-top:-5px;color:73A3FF;'>");
	document.write("<p style='margin-top:-7px;'>");
	document.write("<a class=nd href='"+ homepath + "index.htm' title='Ir al portal (Presionar alt-P)' accesskey=P><b>P</b>ortal</a> > ");
	if(niveles) document.write(niveles);
	document.write("</small></font></p>");
	document.write("<h1 align=center>" + document.title + "</h1>");
	document.title = document.title + " * " + titulo1;

	}

function pie(homepath) {var s=document.lastModified;
	document.write("<br><p align=center>");
	document.write("<font face='arial'><small>");
	document.write(  "<a class=nd href='javaScript:history.back()' title='Ir a página anterior'><b><</b></a> ");
	document.write(" <a class=nd href='http://es.j-lorber.com' title='Ir al portal'>es.j-lorber.com</a> ");
	document.write("| <a class=nd href='"+ homepath + "index.htm' title='Ir al portal'>Portal</a> ");
	document.write("| <a class=nd href='"+ homepath + "Scripts/libro/index.htm' title='Lea o deje mensajes en el libro de visitas'>Libro de visita</a> ");
	document.write("| <a class=nd href='"+ homepath + "sitio/contactos.htm' title='Direcciones y enlaces'>Contactos</a> ");
	document.write(" <a class=nd href='javaScript:history.forward()' title='Ir a página siguiente'><b>></b></a>");
	document.write("<hr size=2 style='margin-top:-3px; color:navy;'>");
	document.write("<p align=center style='margin-top:-5px;'>Última actualización: " + s.substr(3,2) + "/" + s.substr(0,2) +"/"+ s.substr(6,4) +"<font color=white>" + s.substr(10) + "</font> </font>");
	document.write(" &copy; 1996 - 2010 by amc </small>");
	}
if(top!=self)  top.location=self.location;

//</script>
