<!--
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 menuitems=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; // Links del menu
	menuitems[++i]=Array("Quienes Somos", "pp02presentacion.htm");
	menuitems[++i]=Array("Asesoramientos", "sv02servicios.htm");
	menuitems[++i]=Array("Cursos a Distancia", "cr02cursos_distancia.htm");
	menuitems[++i]=Array("Cursos Presenciales", "cr02cursos.htm");
	menuitems[++i]=Array("Calendario 2012", "ag02agenda.php");
	menuitems[++i]=Array("Venta de Productos", "pr01productos.php");
	menuitems[++i]=Array("Terapia Cuántica", "qb02quantum.htm");
	menuitems[++i]=Array("Radiestesia", "rd02radiestesia.htm");
	menuitems[++i]=Array("Psicobioenergía", "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");
	}
	//alert(document.location.toString());
	//alert(menuitems[i]);
	for(i=0; i <= menuitems.length-1; i++)	{
		if( document.location.toString()!=urlraiz+menuitems[i][1] )	{
			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='"+ (menuitems[i][1]) +"'>");
			document.write(menuitems[i][0]);
			document.write("</A>\n");
			document.write("</TD></TR>\n");
		}
	}
	document.write("</TABLE>\n");
}
-->

