	//window.onresize = new Function("window.location.reload();");
	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;

	if(ie)
	{
		var menu_x=[206,379];
		var menu_y=[105,105];
	}
	else
	{
		var menu_x=[197,371];
		var menu_y=[104,104];
	}

	
	var str="";
	str+="<style>";
	str+="a.menulnks		{ font-family:Arial; font-size:12px;  color:#FFFFFF; text-decoration:none;}\n";
	str+="a.menulnks:hover	{ font-family:Arial; font-size:12px; color:#000000; text-decoration:none;}\n";

	if(ie)
		{
		str+="#Mmenu0{filter:alpha(opacity=85); position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}\n"; 
		str+="#Mmenu1{filter:alpha(opacity=85); position:absolute;top:" + menu_y[1] +  "px;left:" + menu_x[1] + "px;visibility:hidden;z-index:10;}\n"; 
		
		}
	else
		{
		str+="#Mmenu0{-moz-opacity:.85; position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;}\n"; 
		str+="#Mmenu1{-moz-opacity:.85; position:absolute;top:" + menu_y[1] +  "px;left:" + menu_x[1] + "px;visibility:hidden;}\n"; 
		
		}
	str+="</style>";
	document.write (str);

function mout(x,y)
	{
	if (!isMozilla)
		eval("s"+x+y).style.backgroundColor = "#202020";
	else
		document.getElementById("s"+x+y).style.backgroundColor = "#202020";
	}

function mover(x,y)
	{
	if (!isMozilla)
		eval("s"+x+y).style.backgroundColor = "#8a8989";
	else
		document.getElementById("s"+x+y).style.backgroundColor = "#8a8989";
	}

function hideall()
	{
	for(i=0;i<=1;i++)
		{ 
		if(ie)
			eval("Mmenu"+i +".style.visibility='hidden';");
		else if (isMozilla)
			{
			var objMDiv = document.getElementById("Mmenu"+i);
			objMDiv.style.visibility="hidden";
			}
		else
			document.layers[i].visibility="hide";
		}
	}

function menu(x){
		temp=x;
		//shideall();
		if(ie)eval("Mmenu"+ x).style.left = (mMenu.clientWidth>800?(mMenu.clientWidth-800)-((mMenu.clientWidth-800)/2)+menu_x[x]:menu_x[x]-10);
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);

				objMDiv.style.left = (window.innerWidth>800?(window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x]:menu_x[x]-10)+"px";

				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	
	document.write("<div id='mMenu' style='width:100%'><img src='images/spacer.gif' width='100%' height='0'></div>");

	document.write ("<div id='Mmenu0' style='width:127px;'>");
	document.write ("<table border=0 cellpadding=4 cellspacing=1 align='center' bgcolor='#ffffff'>");
	document.write ("<tr><td  width='140' bgcolor=#202020 id='s00' name='s00' onmouseover=mover('0','0'); onmouseout=mout('0','0'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "history.php'>HISTORY</a></td></tr>");
	document.write ("<tr><td  width='140' bgcolor=#202020 id='s01' name='s01' onmouseover=mover('0','1'); onmouseout=mout('0','1'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "philosophy.php'>PHILOSOPHY</a></td></tr>");
	document.write ("<tr><td  width='140' bgcolor=#202020 id='s02' name='s02' onmouseover=mover('0','2'); onmouseout=mout('0','2'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "people.php'>PEOPLE</a></td></tr>");
	document.write ("<tr><td  width='140' bgcolor=#202020 id='s03' name='s03' onmouseover=mover('0','3'); onmouseout=mout('0','3'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "references.php'>REFERENCES</a></td></tr>");
	document.write ("<tr><td  width='140' bgcolor=#202020 id='s04' name='s04' onmouseover=mover('0','4'); onmouseout=mout('0','4'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "memberships.php'>MEMBERSHIPS</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");

	/*document.write ("<div id='Mmenu1' style='width:160px;'>");
	document.write ("<table border=0 cellpadding=4 cellspacing=1 align='center' bgcolor='#ffffff'>");
	document.write ("<tr><td bgcolor=#202020 id='s10' width='220' name='s10' onmouseover=mover('1','0'); onmouseout=mout('1','0'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "k_education.php'>K-12 EDUCATION</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s11' width='220' name='s11' onmouseover=mover('1','1'); onmouseout=mout('1','1'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "college_university.php'>COLLEGE & UNIVERSITY</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s12' width='220' name='s12' onmouseover=mover('1','2'); onmouseout=mout('1','2'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "government.php'>GOVERNMENT</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s13' width='220' name='s13' onmouseover=mover('1','3'); onmouseout=mout('1','3'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "portfolio.php'>CORPORATE</a></td></tr>");	
	document.write ("<tr><td bgcolor=#202020 id='s14' width='220' name='s14' onmouseover=mover('1','4'); onmouseout=mout('1','4'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "healthcare.php'>HEALTHCARE</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s15' width='220' name='s15' onmouseover=mover('1','5'); onmouseout=mout('1','5'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "interior_design.php'>INTERIOR DESIGN</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s16' width='220' name='s16' onmouseover=mover('1','6'); onmouseout=mout('1','6'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "retail.php'>RETAIL</a></td></tr>");
	document.write ("<tr><td bgcolor=#202020 id='s17' width='220' name='s17' onmouseover=mover('1','7'); onmouseout=mout('1','7'); style='cursor:hand;'><a class='menulnks' href='"+ linkPath + "leed.php'>LEED</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");*/
	
	
