// JavaScript Document
function fnLeft(page)
{
	var page;
	//alert(page);
	pageid=page;
	var str="";
		
	str+="<table class='menutbl' width='177' gcolor='#FAC46A' height='248' border='0' cellpadding='0' cellspacing='0' align='left' tyle='border-right:1px solid #FAC46A'>";
	str+="<tr>";
	str+="<td id='home' class='tdmenu' onMouseOver=fnOver_home('home'),hideall(); onMouseOut=fnOut_home('home',pageid); onClick='window.location.href=\"index.php\"' >Home</td>";
	str+="</tr>";
	if(page=='home')
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver_home('aboutus'),hideall(),menu(0); onMouseOut=fnOut_home('aboutus',pageid); onClick='window.location.href=\"about_us.php\"'>About Us</td>";
	else
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver('aboutus'),hideall(),menu(0); onMouseOut=fnOut('aboutus',pageid); onClick='window.location.href=\"about_us.php\"'>About Us</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver_home('services'),hideall(),menu(1); onMouseOut=fnOut_home('services',pageid); onClick='window.location.href=\"services/services.php\"'>Services</td>";
	else
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver('services'),hideall(),menu(1); onMouseOut=fnOut('services',pageid); onClick='window.location.href=\"services/services.php\"'>Services</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver_home('merchandise'),hideall(),menu(2); onMouseOut=fnOut_home('merchandise',pageid); onClick='window.location.href=\"merchandise/merchandise.php\"'>Merchandise</td>";
	else
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver('merchandise'),hideall(),menu(2); onMouseOut=fnOut('merchandise',pageid); onClick='window.location.href=\"merchandise/merchandise.php\"'>Merchandise</td>";	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver_home('pre'),hideall(); onMouseOut=fnOut_home('pre',pageid); onClick='window.location.href=\"pre_arrangements.php\"'>Pre-Arrangements</td>";
	else
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver('pre'),hideall(); onMouseOut=fnOut('pre',pageid); onClick='window.location.href=\"pre_arrangements.php\"'>Pre-Arrangements</td>";	
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver_home('obituaries'),hideall(); onMouseOut=fnOut_home('obituaries',pageid); onClick='window.location.href=\"obituaries.php\"'>Obituaries</td>";
	else
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver('obituaries'),hideall(); onMouseOut=fnOut('obituaries',pageid); onClick='window.location.href=\"obituaries.php\"'>Obituaries</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver_home('directions'),hideall(); onMouseOut=fnOut_home('directions',pageid); onClick='window.location.href=\"directions.php\"'>Directions</td>";
	else
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver('directions'),hideall(); onMouseOut=fnOut('directions',pageid); onClick='window.location.href=\"directions.php\"'>Directions</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver_home('contactus'),hideall(); onMouseOut=fnOut_home('contactus',pageid); onClick='window.location.href=\"contact_us.php\"'>Contact Us</td>";	
	else
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver('contactus'),hideall(); onMouseOut=fnOut('contactus',pageid); onClick='window.location.href=\"contact_us.php\"'>Contact Us</td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
}

function fnLeftin(page)
{
	var page;
	//alert(page);
	pageid=page;
	var str="";
		
	str+="<table class='menutbl' width='177' gcolor='#FAC46A' height='248' border='0' cellpadding='0' cellspacing='0' align='left' tyle='border-right:1px solid #FAC46A'>";
	str+="<tr>";
	str+="<td id='home' class='tdmenu' onMouseOver=fnOver_home('home'),hideall(); onMouseOut=fnOut_home('home',pageid); onClick='window.location.href=\"../index.php\"'>Home</td>";
	str+="</tr>";
	if(page=='home')
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver_home('aboutus'),hideall(),menu(0); onMouseOut=fnOut_home('aboutus',pageid); onClick='window.location.href=\"../about_us.php\"'>About Us</td>";
	else
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver('aboutus'),hideall(),menu(0); onMouseOut=fnOut('aboutus',pageid); onClick='window.location.href=\"../about_us.php\"'>About Us</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver_home('services'),hideall(),menu(1); onMouseOut=fnOut_home('services',pageid); onClick='window.location.href=\"services.php\"'>Services</td>";
	else
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver('services'),hideall(),menu(1); onMouseOut=fnOut('services',pageid); onClick='window.location.href=\"services.php\"'>Services</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver_home('merchandise'),hideall(),menu(2); onMouseOut=fnOut_home('merchandise',pageid); onClick='window.location.href=\"../merchandise/merchandise.php\"'>Merchandise</td>";
	else
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver('merchandise'),hideall(),menu(2); onMouseOut=fnOut('merchandise',pageid); onClick='window.location.href=\"../merchandise/merchandise.php\"'>Merchandise</td>";	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver_home('pre'),hideall(); onMouseOut=fnOut_home('pre',pageid); onClick='window.location.href=\"../pre_arrangements.php\"'>Pre-Arrangements</td>";
	else
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver('pre'),hideall(); onMouseOut=fnOut('pre',pageid); onClick='window.location.href=\"../pre_arrangements.php\"'>Pre-Arrangements</td>";	
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver_home('obituaries'),hideall(); onMouseOut=fnOut_home('obituaries',pageid); onClick='window.location.href=\"../obituaries.php\"'>Obituaries</td>";
	else
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver('obituaries'),hideall(); onMouseOut=fnOut('obituaries',pageid); onClick='window.location.href=\"../obituaries.php\"'>Obituaries</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver_home('directions'),hideall(); onMouseOut=fnOut_home('directions',pageid); onClick='window.location.href=\"../directions.php\"'>Directions</td>";
	else
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver('directions'),hideall(); onMouseOut=fnOut('directions',pageid); onClick='window.location.href=\"../directions.php\"'>Directions</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver_home('contactus'),hideall(); onMouseOut=fnOut_home('contactus',pageid); onClick='window.location.href=\"../contact_us.php\"'>Contact Us</td>";	
	else
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver('contactus'),hideall(); onMouseOut=fnOut('contactus',pageid); onClick='window.location.href=\"../contact_us.php\"'>Contact Us</td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
}

function fnLeftin2(page)
{
	var page;
	//alert(page);
	pageid=page;
	var str="";
		
	str+="<table class='menutbl' width='177' gcolor='#FAC46A' height='248' border='0' cellpadding='0' cellspacing='0' align='left' tyle='border-right:1px solid #FAC46A'>";
	str+="<tr>";
	str+="<td id='home' class='tdmenu' onMouseOver=fnOver_home('home'),hideall(); onMouseOut=fnOut_home('home',pageid); onClick='window.location.href=\"../index.php\"'>Home</td>";
	str+="</tr>";
	if(page=='home')
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver_home('aboutus'),hideall(),menu(0); onMouseOut=fnOut_home('aboutus',pageid); onClick='window.location.href=\"../about_us.php\"'>About Us</td>";
	else
	str+="<td id='aboutus' class='tdmenu' onMouseOver=fnOver('aboutus'),hideall(),menu(0); onMouseOut=fnOut('aboutus',pageid); onClick='window.location.href=\"../about_us.php\"'>About Us</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver_home('services'),hideall(),menu(1); onMouseOut=fnOut_home('services',pageid); onClick='window.location.href=\"../services/services.php\"'>Services</td>";
	else
	str+="<td id='services' class='tdmenu' onMouseOver=fnOver('services'),hideall(),menu(1); onMouseOut=fnOut('services',pageid); onClick='window.location.href=\"../services/services.php\"'>Services</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver_home('merchandise'),hideall(),menu(2); onMouseOut=fnOut_home('merchandise',pageid); onClick='window.location.href=\"merchandise.php\"'>Merchandise</td>";
	else
	str+="<td id='merchandise' class='tdmenu' onMouseOver=fnOver('merchandise'),hideall(),menu(2); onMouseOut=fnOut('merchandise',pageid); onClick='window.location.href=\"merchandise.php\"'>Merchandise</td>";	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver_home('pre'),hideall(); onMouseOut=fnOut_home('pre',pageid); onClick='window.location.href=\"../pre_arrangements.php\"'>Pre-Arrangements</td>";
	else
	str+="<td id='pre' class='tdmenu' onMouseOver=fnOver('pre'),hideall(); onMouseOut=fnOut('pre',pageid); onClick='window.location.href=\"../pre_arrangements.php\"'>Pre-Arrangements</td>";	
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver_home('obituaries'),hideall(); onMouseOut=fnOut_home('obituaries',pageid); onClick='window.location.href=\"../obituaries.php\"'>Obituaries</td>";
	else
	str+="<td id='obituaries' class='tdmenu' onMouseOver=fnOver('obituaries'),hideall(); onMouseOut=fnOut('obituaries',pageid); onClick='window.location.href=\"../obituaries.php\"'>Obituaries</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver_home('directions'),hideall(); onMouseOut=fnOut_home('directions',pageid); onClick='window.location.href=\"../directions.php\"'>Directions</td>";
	else
	str+="<td id='directions' class='tdmenu' onMouseOver=fnOver('directions'),hideall(); onMouseOut=fnOut('directions',pageid); onClick='window.location.href=\"../directions.php\"'>Directions</td>";
	str+="</tr>";
	str+="<tr>";
	if(page=='home')
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver_home('contactus'),hideall(); onMouseOut=fnOut_home('contactus',pageid); onClick='window.location.href=\"../contact_us.php\"'>Contact Us</td>";	
	else
	str+="<td id='contactus' class='tdmenu' onMouseOver=fnOver('contactus'),hideall(); onMouseOut=fnOut('contactus',pageid); onClick='window.location.href=\"../contact_us.php\"'>Contact Us</td>";
	str+="</tr>";
	str+="</table>";
	document.write(str);
}


function fnOver_home(menu){
//alert(menu);
document.getElementById(menu).style.backgroundColor='#673335';
document.getElementById(menu).style.color='#ffffff';
//if(menu=='home'){
//	alert("in");
	if(menu=='aboutus'){document.getElementById('homeimage').src='images/img_aboutus.jpg';}
	if(menu=='services'){document.getElementById('homeimage').src='images/img_services.jpg';}
	if(menu=='merchandise'){document.getElementById('homeimage').src='images/img_merchandise.jpg';}
	if(menu=='pre'){document.getElementById('homeimage').src='images/img_pre.jpg';}
	if(menu=='obituaries'){document.getElementById('homeimage').src='images/img_obituaries.jpg';}
	if(menu=='directions'){document.getElementById('homeimage').src='images/img_directions.jpg';}
	if(menu=='contactus'){document.getElementById('homeimage').src='images/img_contact.jpg';}
//}
}


function fnOver(menu){
document.getElementById(menu).style.backgroundColor='#673335';
document.getElementById(menu).style.color='#ffffff';
}
function fnOut_home(menu,menu1){	
if(menu==menu1)
{
	document.getElementById(menu).style.backgroundColor='#673335';
	document.getElementById(menu).style.color='#ffffff';
}
else
{
	document.getElementById(menu).style.backgroundColor='';
	document.getElementById(menu).style.color='#333333';
}
if(menu1=='home')
document.getElementById('homeimage').src='images/left_home.jpg';

}

function fnOut(menu,menu1){
if(menu==menu1)
{
	document.getElementById(menu).style.backgroundColor='#673335';
	document.getElementById(menu).style.color='#ffffff';
}
else
{
	document.getElementById(menu).style.backgroundColor='';
	document.getElementById(menu).style.color='#333333';
}
if(menu=='home')
document.getElementById('homeimage').src='images/left_home.jpg';
	
}
function fnActive(page){
document.getElementById(page).style.backgroundColor='#673335';
document.getElementById(page).style.color='#ffffff';
}
