function menu(nro)	{
	var nomhtml,ftotabla,ftoparrafo,ftoparrafo2;
	var colorfuera, colorsobre, colortexto,i;
	var menuitem=new Array();
	var menulink=new Array();
	colorfuera='white';
	colorsobre='gold';
	colortexto='#000000';
	i=-1 // Textos del menu
	menuitem[++i]="Presentación";
	menuitem[++i]="Astrología";
	menuitem[++i]="Curso Astrología";
	menuitem[++i]="Cursos";
	menuitem[++i]="Productos";
	menuitem[++i]="Servicios";
	menuitem[++i]="Pronóstico Astrológico";
	menuitem[++i]="Oraciones Milagrosas";
	menuitem[++i]="Biorritmo";
	menuitem[++i]="Estudio Numerológico";
	menuitem[++i]="Estudio de Compatibilidad";
	menuitem[++i]="Profesores Adjuntos";
	menuitem[++i]="Astrograma para Empresas";
	// menuitem[++i]="Evaluación Nutricional";
	i=-1 // Links del menu
	menulink[++i]="http://www.astrokaiser.com.ar/presentacion02.html";
	menulink[++i]="http://www.astrokaiser.com.ar/ast02principal.html";
	menulink[++i]="http://www.astrokaiser.com.ar/ca02cursoastrologia.html";
	menulink[++i]="http://www.astrokaiser.com.ar/cur02principal.html";
	menulink[++i]="http://www.astrokaiser.com.ar/pro02principal.html";
	menulink[++i]="http://www.astrokaiser.com.ar/Servicios/index.html";
	menulink[++i]="http://www.astrokaiser.com.ar/pco02pronostico.html";
	menulink[++i]="http://www.astrokaiser.com.ar/oracionesmilagrosas/index.html";
	menulink[++i]="http://www.astrokaiser.com.ar/enlinea/col02frmbiorritmo.html";
	menulink[++i]="http://www.astrokaiser.com.ar/enlinea/col02frmnumerologia.html";
	menulink[++i]="http://www.astrokaiser.com.ar/enlinea/col02frmcompatibilidad.html";
	menulink[++i]="http://www.astrokaiser.com.ar/pad02profesores.html";
	menulink[++i]="http://www.astrokaiser.com.ar/ast02asesoramientoempresas.htm";
	// menulink[++i]="http://www.astrokaiser.com.ar/enlinea/col02evaluacionnutricional.html"
	ftotabla="border-top:1px solid;" + colorsobre + ";";
	ftotabla+="border-bottom:1px solid " + colorsobre + ";";
	ftotabla+="border-left:1px solid " + colorsobre + ";";
	ftotabla+="border-right:1px solid " + colorsobre + ";";
	ftotabla+="background-color:" + colorsobre + ";";
	ftotabla+="padding:0px 0px 0px 0px;margin:5px 0px 5px 0px;";
	ftoparrafo="border-top:0px solid " + colorsobre + ";";
	ftoparrafo+="border-bottom:0px solid " + colorsobre + ";";
	ftoparrafo+="border-left:0px solid " + colorsobre + ";";
	ftoparrafo+="border-right:0px solid " + colorsobre + ";";
	ftoparrafo+="background-color:" + colorfuera + ";";
	ftoparrafo+="text-decoration:none;text-align:center;";
	ftoparrafo+="padding:0px 2px 0px 2px;margin:0px 0px 0px 0px;";
	ftoparrafo+="color:" + colortexto + ";font-family:arial;font-weight:bold;";
	ftoparrafo2=ftoparrafo + "font-size:8pt;";
	ftoparrafo+="font-size:x-small;";
	switch(nro)	{
	case 0: // Menu Pagina Principal.
		//document.write("<TABLE WIDTH=160 BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR='"+colorfuera+"' bordercolor='"+colorsobre+"'>");
		document.write("<TABLE ALIGN=CENTER CELLSPACING=0 STYLE='" + ftotabla + "'>");
		for(i=0; i <= menuitem.length-1; i++)	{
			document.write("<TR VALIGN=TOP>");
			document.write("<TD ALIGN=CENTER>");
			document.write("<A HREF='"+menulink[i]+"' STYLE='color:black'>");
			document.write("<P onmouseover=\"this.style.background='"+colorsobre+"'\" onmouseout=\"this.style.background='"+colorfuera+"'\" STYLE='" + ftoparrafo + "'>\n");
			document.write(menuitem[i]);
			document.write("</P></A>\n");
			document.write("</TD>");
			document.write("</TR>\n");
		}
		break;
	case 1: // Menu Paginas Secundarias.
		// Home
		//document.write("<TABLE WIDTH=100 BORDER=1 CELLPADDING=0 CELLSPACING=0 BGCOLOR='"+colorfuera+"' bordercolor='"+colorsobre+"'>");
		document.write("<TABLE ALIGN=CENTER CELLSPACING=0 STYLE='" + ftotabla + "'>");
		document.write("<TR VALIGN=TOP>");
		document.write("<TD ALIGN=CENTER>");
		document.write("<A HREF='http://www.astrokaiser.com.ar' STYLE='color:black'>");
		document.write("<P onmouseover=\"this.style.background='"+colorsobre+"'\" onmouseout=\"this.style.background='"+colorfuera+"'\"  STYLE='" + ftoparrafo2 + "'>\n");
		document.write("<< Principal");
		document.write("</P></A>\n");
		document.write("</TD>");
		document.write("</TR>\n");
		//Regresar atraz
		document.write("<TR VALIGN=TOP>");
		document.write("<TD ALIGN=CENTER>");
		document.write("<A HREF='javascript:history.go(-1)' STYLE='color:black'>");
		document.write("<P onmouseover=\"this.style.background='"+colorsobre+"'\" onmouseout=\"this.style.background='"+colorfuera+"'\"  STYLE='" + ftoparrafo2 + "'>\n");
		document.write("< Atras");
		document.write("</P></A>\n");
		document.write("</TD>");
		document.write("</TR>\n");
		for(i=0; i <= menuitem.length-1; i++)	{
			if( document.location.toString()!=menulink[i] )	{
				document.write("<TR VALIGN=TOP>");
				document.write("<TD ALIGN=CENTER>");
				document.write("<A HREF='"+menulink[i]+"' STYLE='color:black'>");
				document.write("<P onmouseover=\"this.style.background='"+colorsobre+"'\" onmouseout=\"this.style.background='"+colorfuera+"'\"  STYLE='" + ftoparrafo2 + "'>\n");
				document.write(menuitem[i]);
				document.write("</P></A>\n");
				document.write("</TD>");
				document.write("</TR>\n");
			}
		}
		break;
	}
	document.write("</TABLE>\n");
}
