function menu(nro)	{
	var nomhtml,ftotabla,ftoparrafo,ftoparrafo2;
	var fondocolorfuera, textocolorfuera
	var fondocolorsobre,textocolorsobre,i;
	var urlraiz,totcol,inicio
	var menuitem=new Array();
	var menulink=new Array();
	var preimg;
	preimg = new Image();
	preimg.src="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_atras.gif";
	preimg = new Image();
	preimg.src="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_atras2.gif";
	preimg = new Image();
	preimg.src="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_pp.gif";
	preimg = new Image();
	preimg.src="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_pp2.gif";
	fondocolorfuera='#000080';
	textocolorfuera='#FFFFFF';
	fondocolorsobre='#0000FF';
	textocolorsobre='#FFFF99';
	totcol=5;
	inicio=0;
	urlraiz="http://www.astrokaiser.com.ar/"
	document.write("<style type='text/css'>");
	document.write("a.menu_ppal {");
	document.write("	text-decoration: none;");
	document.write("	background-color:"+fondocolorfuera+";");
	//document.write("	line-height:10px;");
	document.write("	color:"+textocolorfuera+";");
	document.write("	font-family:verdana;");
	//document.write("	font-family:arial;");
	document.write("	font-size:x-small;");
	document.write("	font-weight:bold;");
	document.write("	width:130px;");
	//document.write("	height: 25px;");
	document.write("	text-align:left;");
	//document.write("	border: 4px solid green;");
	document.write("	padding: 10px 0px 10px 3px;/*top right bottom left*/");
	document.write("	margin:0px 0px 0px 0px;");
	document.write("}");
	document.write("a.menu_ppal:hover {");
	document.write("	text-decoration: none;");
	document.write("	background-color:"+fondocolorsobre+";");
	document.write("	color:"+textocolorsobre+";");
	//document.write("	border: 4px solid #2e268b;");
	document.write("	cursor:beam;");
	document.write("}");
	
	document.write("a.menu_secundarias {");
	document.write("	text-decoration: none;");
	document.write("	background-color:"+fondocolorfuera+";");
	//document.write("	line-height:10px;");
	document.write("	color:"+textocolorfuera+";");
	document.write("	font-family:verdana;");
	//document.write("	font-family:arial;");
	document.write("	font-size:xx-small;");
	document.write("	font-weight:bold;");
	document.write("	width:80px;");
	//document.write("	height: 25px;");
	document.write("	text-align:left;");
	//document.write("	border: 4px solid green;");
	document.write("	padding: 10px 0px 10px 3px;/*top right bottom left*/");
	document.write("	margin:0px 0px 0px 0px;");
	document.write("}");
	document.write("a.menu_secundarias:hover {");
	document.write("	text-decoration: none;");
	document.write("	background-color:"+fondocolorsobre+";");
	document.write("	color:"+textocolorsobre+";");
	//document.write("	border: 4px solid #2e268b;");
	document.write("	cursor:beam;");
	document.write("}");
	document.write("</style>");
	urlraiz="http://cablemodem.fibertel.com.ar/iisdeip/";
	urlkaiser="http://www.astrokaiser.com.ar/";
	i=-1 // Textos del menu
	menuitem[++i]="Institución";
	menuitem[++i]="Astrología";
	menuitem[++i]="Numerología";
	menuitem[++i]="Tarot";
	menuitem[++i]="Salud";
	menuitem[++i]="Informe de Biorritmo";
	menuitem[++i]="Informe Numerológico";
	menuitem[++i]="Informe de <SPAN STYLE='font-size:9px;'>Compatibilidad</SPAN>";
	menuitem[++i]="Oraciones Milagrosas";
	i=-1 // Links del menu
	menulink[++i]=urlraiz+"in02institucion.htm";
	menulink[++i]=urlraiz+"pp01astrologia.htm";
	menulink[++i]=urlraiz+"#";
	menulink[++i]=urlraiz+"#";
	menulink[++i]=urlraiz+"#";
	menulink[++i]=urlraiz+"col02frmbiorritmo.html";
	menulink[++i]=urlraiz+"col02frmnumerologia.html";
	menulink[++i]=urlraiz+"col02frmcompatibilidad.html";
	menulink[++i]=urlkaiser+"oracionesmilagrosas/";
	document.write("<TABLE CELLSPACING=0 CELLPADDING=0 ALIGN=LEFT border=0 STYLE='margin:2px 0px 2px 5px;'>");
	if(nro)	{
		++inicio
		document.write("<TR VALIGN=TOP>");
		document.write("<TD ALIGN=LEFT>");
		document.write("<A HREF='http://cablemodem.fibertel.com.ar/iisdeip/' ONMOUSEOVER=document.pag_ppal.src='http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_pp2.gif' ONMOUSEOUT=document.pag_ppal.src='http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_pp.gif'>");
		document.write('<IMG SRC="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_pp.gif" NAME="pag_ppal" ALIGN=MIDDLE WIDTH=80 HEIGHT=25 HSPACE=0 BORDER=0 ALT="Ir a la Página Principal">');
		document.write("</A>\n");
		document.write("</TD></TR>\n");
		++inicio
		document.write("<TR VALIGN=TOP>");
		document.write("<TD ALIGN=LEFT>");
		document.write("<A HREF='javascript:history.go(-1)' ONMOUSEOVER=document.pag_anterior.src='http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_atras2.gif' ONMOUSEOUT=document.pag_anterior.src='http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_atras.gif'>");
		document.write('<IMG SRC="http://cablemodem.fibertel.com.ar/iisdeip/flecha_menu_atras.gif" NAME="pag_anterior" ALIGN=MIDDLE WIDTH=80 HEIGHT=25 HSPACE=0 BORDER=0 ALT="Ir a la Página Anterior">');
		document.write("</A>\n");
		document.write("</TD></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=LEFT>");
			if(nro)
				document.write("<A class=menu_secundarias HREF='"+menulink[i]+"'>");
			else
				document.write("<A class=menu_ppal HREF='"+menulink[i]+"'>");
			document.write(menuitem[i]);
			document.write("</A>\n");
			document.write("</TD></TR>\n");
		}
	}
	document.write("</TABLE>\n");
}
