	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=(screen.width==800)?[142,484]:[170,519];
	var menu_y=(screen.width==800)?[104,104]:[104,104];
	}
	else{
var menu_x=(screen.width==800)?[90,480]:[60,405];
	var menu_y=(screen.width==800)?[104,104]:[102,102];
	}
	
	var str="";
	str+="<style>\n";
		str+="a.menu{font-family:verdana; font-size:11px; color:#000000; font-weight:normal; text-align:left; line-height:15px; text-decoration:none;}\n";
	str+="a.menu:hover{font-family:verdana; font-size:11px; color:#abcfe1; font-weight:normal; text-align:left; line-height:15px; text-decoration:none;}\n";
if(ie)
{
	str+="#Mmenu0{filter:alpha(opacity=95);-moz-opacity:.92;opacity:.92;position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}\n"; 
	str+="#Mmenu1{filter:alpha(opacity=95);-moz-opacity:.92;opacity:.92;position:absolute;top:" + menu_y[1] +  "px;left:" + menu_x[1] + "px;visibility:hidden;z-index:10;}\n"; 

}
else
{
	str+="#Mmenu0{filter:alpha(opacity=98);-moz-opacity:.95;opacity:.95;position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;}\n";
	str+="#Mmenu1{filter:alpha(opacity=98);-moz-opacity:.95;opacity:.95;position:absolute;top:" + menu_y[1] +  "px;left:" + menu_x[1] + "px;visibility:hidden;}\n";
}
	str+="</style>";
	document.write (str);

	function mout(x){
		
	}

	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;
		hideall();
		if(ie)eval("Mmenu"+ x).style.left = (mMenu.clientWidth>800?menu_x[x]:menu_x[x]-0);
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				//alert(screen.width);
				var objMDiv = document.getElementById("Mmenu"+ x);
				if (window.innerWidth>800){
					objMDiv.style.left = (window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x]+"px";
				}
				else{
					objMDiv.style.left = menu_x[x]-0+"px";
				}
				//objMDiv.style.left = window.innerWidth>800?(window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x]:menu_x[x]-105;
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}

	function smout(x,y){
		if (!isMozilla){
			eval("s"+x+y).style.backgroundColor = "#bebec0";
			eval("s"+x+y).childNodes[0].style.color = "#000000";
		}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#bebec0";
			document.getElementById("s"+x+y).childNodes[0].style.color = "#000000";
		}
	}

	function smover(x,y){
		if (!isMozilla){
			eval("s"+x+y).style.backgroundColor = "#de958c";
			eval("s"+x+y).childNodes[0].style.color = "#ffffff";
		}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#de958c";
			document.getElementById("s"+x+y).childNodes[0].style.color = "#ffffff";
		}
	}

	document.write("<div id='mMenu' style='width:100%'><img src='images/spacer.gif' width='100%' height='0'></div>");

	document.write ("<div id='Mmenu0'>");
	document.write ("<table cellpadding=4 cellspacing=1 border=0 bgcolor='#FFFFFF' width='160'>");
	document.write ("<tr bgcolor='#bebec0'><td id='s10' name='s10' onmouseover=smover('1','0');  onmouseout=smout('1','0')><a href='"+linkPath+"meet/mission_statement.html' class='menu' title='Mission Statement'>Mission Statement</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s11' name='s11' onmouseover=smover('1','1');  onmouseout=smout('1','1')><a href='"+linkPath+"meet/biography.html' class='menu' title='Biography'>Biography</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s12' name='s12' onmouseover=smover('1','2');  onmouseout=smout('1','2')><a href='"+linkPath+"meet/hire.html' class='menu' title='Why Hire Richard and Karen?'>Why Hire Richard and Karen?</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s13' name='s13' onmouseover=smover('1','3');  onmouseout=smout('1','3')><a href='"+linkPath+"meet/success_stories.html' class='menu' title='Success Stories'>Success Stories</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s14' name='s14' onmouseover=smover('1','4');  onmouseout=smout('1','4')><a href='"+linkPath+"meet/speaking_references.html' class='menu' title='Speaking References'>Speaking References</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s15' name='s15' onmouseover=smover('1','5');  onmouseout=smout('1','5')><a href='"+linkPath+"meet/watch_action.html' class='menu' title='Watch Them in Action'>Watch Them in Action</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu1'>");
	document.write ("<table cellpadding=4 cellspacing=1 border=0 bgcolor='#ffffff' width='110'>");
	document.write ("<tr bgcolor='#bebec0'><td id='s21' name='s21' onmouseover=smover('2','1'); onmouseout=smout('2','1')><a href='"+linkPath+"clients/endorsements.html' class='menu' title='Endorsements'>Endorsements</a></td></tr>");
	document.write ("<tr bgcolor='#bebec0'><td id='s22' name='s22' onmouseover=smover('2','2'); onmouseout=smout('2','2')><a href='"+linkPath+"clients/client_list.html' class='menu' title='Client List'>Client List</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");
	