<!--
function musicaonoff() {
	if(document.all.musicafondo.src=="")	{
		document.all.musicafondo.src = "http://www.fengshuiprofesional.com/musicapagina2.mp3";
		//document.all.onoff.value="Encendido";
	}
	else	{
		document.all.musicafondo.src = "";
		//document.all.onoff.value="Apagado";
	}
}
function menu(nro)	{
	var nomhtml,ftotabla,ftoparrafo,ftoparrafo2,anchotablasec;
	var fondocolorfuera, textocolorfuera,anchotablappal,anchotabla;
	var fondocolorsobre,textocolorsobre,i;
	var urlraiz,totcol,inicio
	var menuitem=new Array();
	var menulink=new Array();
	var preimg;
	preimg = new Image();
	preimg.src="fondo_menu_ppal1.gif";
	fondocolorfuera='transparent';
	textocolorfuera='#FFFFFF';
	fondocolorsobre='transparent';
	textocolorsobre='yellow';
	anchotablappal='200px';
	anchotablasec='200px';
	totcol=5;
	inicio=0;
	urlraiz="http://www.fengshuiprofesional.com/";
	document.write("<style type='text/css'>");
	document.write("a.menu_ppal {");
	document.write("	text-decoration: none;");
	document.write("	background-color:"+fondocolorfuera+";");
	document.write("	color:"+textocolorfuera+";");
	document.write("	font-family:verdana;");
	document.write("	font-size:12px;");
	document.write("	font-weight:bold;");
	document.write("	width:100%;");
	document.write("	height:22px;");
	document.write("	text-align:left;");
	document.write("	padding: 5px 0px 0px 40px;/*top right bottom left*/");
	document.write("	margin:0px 0px 0px 0px;");
	document.write("	background-align:left;");
	document.write("	cursor:beam;");
	document.write("}");
	document.write("a.menu_ppal:hover {");
	document.write("	color:"+textocolorsobre+";");
	document.write("}");
	document.write("</style>");
	i=-1 // Textos del menu
	menuitem[++i]="Quienes Somos";
	menuitem[++i]="Asesoramientos";
	menuitem[++i]="Empresas y Oficinas";
	menuitem[++i]="Cursos y Carreras";
	menuitem[++i]="Calendario 2010";
	menuitem[++i]="Venta de Productos";
	menuitem[++i]="Medicina Cuántica";
	menuitem[++i]="Radiestesia";
	menuitem[++i]="Psicobioenergía";
	// if(!nro)	menuitem[++i]="Musica on/off";
	i=-1 // Links del menu
	menulink[++i]=urlraiz+"pp02presentacion.htm";
	menulink[++i]=urlraiz+"sv02servicios.htm";
	menulink[++i]=urlraiz+"pp02empresasylocales.htm";
	menulink[++i]=urlraiz+"cr02cursos.htm";
	menulink[++i]=urlraiz+"ag02agenda.php";
	menulink[++i]=urlraiz+"pr01productos.php";
	menulink[++i]=urlraiz+"qb02quantum.htm";
	menulink[++i]=urlraiz+"rd02radiestesia.htm";
	menulink[++i]=urlraiz+"pp02psicobioenergia.htm";
	// if(!nro)	menulink[++i]="javascript:musicaonoff();";
	anchotabla=(nro)?anchotablasec:anchotablappal;
	document.write("<TABLE CELLSPACING=0 WIDTH="+anchotabla+" CELLPADDING=0 ALIGN=CENTER border=0 STYLE='padding:0px 0px 0px 0px;margin:0px 10px 2px 2px;'>");
	if(nro)	{
		document.write("<TR VALIGN=MIDDLE>");
		document.write("<TD ALIGN=LEFT HEIGHT=22px STYLE='background-image:url(fondo_menu_ppal1.gif);background-repeat:no-repeat;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;'>");
		document.write("<A class=menu_ppal HREF='"+urlraiz+"index.htm'>");
		document.write("Home");
		document.write("</A>\n");
		document.write("</TD></TR>\n");

		document.write("<TR VALIGN=MIDDLE>");
		document.write("<TD ALIGN=LEFT HEIGHT=22px STYLE='background-image:url(fondo_menu_ppal1.gif);background-repeat:no-repeat;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;'>");
		document.write("<A class=menu_ppal HREF='javascript:history.go(-1)'>");
		document.write("Atras");
		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=MIDDLE>");
			document.write("<TD ALIGN=LEFT HEIGHT=22px STYLE='background-image:url(fondo_menu_ppal1.gif);background-repeat:no-repeat;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;'>");
				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");
}
-->
