<!--

				function menuExpand(sID)
				{
						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'");
						};
				}
				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";
				}
			-->
