<!--

				function menuExpand(sID)
				{
					var cambiarcapa=true;
					    if (abierta!="" && abierta!=sID)
					    {
					        var contenido = document.all[abierta].innerHTML;
							var cad =contenido.indexOf(sID,0);
                            if (cad ==-1)
                            {
								eval(sID + ".style.display = 'none'");
								eval(abierta + ".style.display = 'none'");

                            }
							else
							{
								cambiarcapa=false;
							}
					    }
						var dis = eval(sID + ".style.display");
						if (dis  =="inline"){
							eval(sID + ".style.display = 'none'");
							eval("ima" + sID +".src = 'images/area_mas.gif'");
							}
						else {
						eval(sID + ".style.display = 'inline'");
						eval("ima" + sID +".src = 'images/area_menos.gif'");
						if (cambiarcapa)
							abierta=sID;
						{
						}
						
						};
				}
				function menuExpandSolo(sID)
				{
					var dis = eval(sID + ".style.display");
					if (dis  =="inline")
						eval(sID + ".style.display = 'none'")
					else
						eval(sID + ".style.display = 'inline'");
				};
				function menuClick(sHRef)
				{
					window.parent.parent.document.location = sHRef;
				}
				function hiliteLeaf(oThis)
				{
				//	oThis.style.color  = "yellow";
					oThis.style.cursor = "hand";
				}
				function normal(oThis)
				{
				//	oThis.style.color = "black";
				}
				
				function showHand(oThis)
				{
					oThis.style.cursor = "hand";
				}
			-->
