	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;
	var menu_x=[185,409,658,489,701];
	var menu_y=[137,151,166,238,20];
	var str="";
	str+="<style>\n";
	str+="a.menu{font-family:arial; font-size:11px; color:#ffffff; text-decoration:none;}\n";
	str+="a.menu:hover{font-family:arial; font-size:11px; color:#ffffff; text-decoration:none;}\n";
if(ie)
{
	str+="#Mmenu0{filter:alpha(opacity=100); position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}\n"; 
	str+="#Mmenu1{filter:alpha(opacity=100); position:absolute;top:" + menu_y[1] +  "px;left:" + menu_x[1] + "px;visibility:hidden;z-index:10;}\n"; 
}
else
{
	str+="#Mmenu0{position:absolute;top:" + menu_y[0] +  "px;left:" + menu_x[0] + "px;visibility:hidden;}\n";
	str+="#Mmenu1{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?(mMenu.clientWidth-800)-((mMenu.clientWidth-800)/2)+menu_x[x]+8:menu_x[x]+2);
		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]+2)+"px";
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}

	function smout(x,y){

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

	function smover(x,y){

		if (!isMozilla){
	eval("s"+x+y).style.backgroundColor = "#d6ebfc";
			eval("s"+x+y).childNodes[0].style.color = "#7a509a";
		}
		else{
			document.getElementById("s"+x+y).style.backgroundColor = "#d6ebfc";
			document.getElementById("s"+x+y).childNodes[0].style.color = "#7a509a";
		}
	}

	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 width=120 cellpadding=4 cellspacing=1 border=0 bgcolor='#ffffff' >");
	document.write ("<tr bgcolor='#003777'><td id='s10' name='s10' onmouseover=smover('1','0'); onmouseout=smout('1','0')><a href='"+linkPath+"upcoming-workshops/calendar.html' class='menu'>Calendar</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu1'>");
	document.write ("<table width=192 cellpadding=4 cellspacing=1 border=0 bgcolor='#c4c8c7'>");
	document.write ("<tr bgcolor='#7a509a'><td id='s20' name='s20'  style='color:#ffffff; padding-left:25px;'onmouseover=smover('2','0'); onmouseout=smout('2','0')><a href='"+linkPath+"management-team.php' class='menu'title='Employees Profile'><b>Management Team</b></a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");
