	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=[260,345];
	var menu_y=[245,262];
}
else
{
	var menu_x=[-275,340];
	var menu_y=[245,263];
}
	var str="";
	str+="<style>\n";
	str+="a.menu{font-family:arial; font-size:12px; color:#f7effb; text-decoration:none;}\n";
	str+="a.menu:hover{font-family:arial; font-size:12px; color:#8b4e61; 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]: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);
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}

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

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

	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=110 cellpadding=4 cellspacing=1 border=0 bgcolor='#f7effb' align='center' >");
	document.write ("<tr bgcolor='#8b4e61'><td align='center' id='s10' name='s10' onmouseover=smover('1','0'); onmouseout=smout('1','0')><a href='"+linkPath+"childrens_vows.html' class='menu'>Children's Vows</a></td></tr>");
	document.write ("<tr bgcolor='#8b4e61'><td align='center' id='s11' name='s11' onmouseover=smover('1','1'); onmouseout=smout('1','1')><a href='"+linkPath+"rose_ceremony.html' class='menu'>Rose Ceremony</a></td></tr>");
	document.write ("<tr bgcolor='#8b4e61'><td align='center' id='s12' name='s12' onmouseover=smover('1','2'); onmouseout=smout('1','2')><a href='"+linkPath+"religious.html' class='menu'>Religious</a></td></tr>");
	document.write ("<tr bgcolor='#8b4e61'><td align='center' id='s13' name='s13' onmouseover=smover('1','3'); onmouseout=smout('1','3')><a href='"+linkPath+"non_religious.html' class='menu'>Non-Religious</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");
	
	document.write ("<div id='Mmenu1' >");
	document.write ("<table width=100 cellpadding=4 cellspacing=1 border=0 bgcolor='#f7effb' width='105'>");
	document.write ("<tr bgcolor='#8b4e61'><td id='s20' name='s20' onmouseover=smover('2','0'); onmouseout=smout('2','0')><a href='"+linkPath+"featured_client.html' class='menu'>Featured Client</a></td></tr>");
	document.write ("<tr bgcolor='#8b4e61'><td id='s21' name='s21' onmouseover=smover('2','1'); onmouseout=smout('2','1')><a href='"+linkPath+"testimonials.html' class='menu'>Testimonials</a></td></tr>");
	document.write ("</table>");
	document.write ("</div>");

	
	

	
