function menugraphics(RelRoot)
{
    home = new Image();
	home2 = new Image();
	welcome = new Image();
	welcome2 = new Image();
	beliefs = new Image();
	beliefs2 = new Image();
//	briefhistory = new Image();
//	briefhistory2 = new Image();
	testimonies = new Image();
	testimonies2= new Image();
	news = new Image();
	news2 = new Image();
	meetings = new Image();
	meetings2 = new Image();
	radio = new Image();
	radio2 = new Image();
	contact = new Image();
	contact2 = new Image();
	links1 = new Image();
	links2 = new Image();
 	home.src = RelRoot + "/graphics/home.gif";
	home2.src = RelRoot + "/graphics/home2.gif";
	welcome.src = RelRoot + "/graphics/welcome.gif";
	welcome2.src = RelRoot + "/graphics/welcome2.gif";
	beliefs.src = RelRoot + "/graphics/beliefs.gif";
	beliefs2.src = RelRoot + "/graphics/beliefs2.gif";
//	briefhistory.src = RelRoot + "/graphics/briefhistory.gif";
//	briefhistory2.src = RelRoot + "/graphics/briefhistory2.gif";
	testimonies.src = RelRoot + "/graphics/testimonies.gif";
	testimonies2.src = RelRoot + "/graphics/testimonies2.gif";
	news.src = RelRoot + "/graphics/news.gif";
	news2.src = RelRoot + "/graphics/news2.gif";
	meetings.src = RelRoot + "/graphics/meetings.gif";
	meetings2.src = RelRoot + "/graphics/meetings2.gif";
	radio.src = RelRoot + "/graphics/radio.gif";
	radio2.src = RelRoot + "/graphics/radio2.gif";
	contact.src = RelRoot + "/graphics/contact.gif";
	contact2.src = RelRoot + "/graphics/contact2.gif";
	links1.src = RelRoot + "/graphics/links.gif";
	links2.src = RelRoot + "/graphics/links2.gif";
}

function menumouseover(RelRoot)
{
	document.write('<a href="' + RelRoot + '/index.html" onmouseover="homebutton.src=home2.src" onmouseout="homebutton.src=home.src">');
    	document.write('<img src="' + RelRoot + '/graphics/home.gif" name="homebutton" alt="Home" width="165" border="0" height="39" /></a> ');
    document.write('<a href="' + RelRoot + '/welcome/index.html" onmouseover="welcomebutton.src=welcome2.src" onmouseout="welcomebutton.src=welcome.src">');
	    document.write('<img src="' + RelRoot + '/graphics/welcome.gif" name="welcomebutton" alt="Beliefs" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/beliefs/index.html" onmouseover="beliefsbutton.src=beliefs2.src" onmouseout="beliefsbutton.src=beliefs.src">');
	    document.write('<img src="' + RelRoot + '/graphics/beliefs.gif" name="beliefsbutton" alt="Brief History" width="165" border="0" height="39" /></a>');
//	document.write('<a href="' + RelRoot + '/history/index.html" onmouseover="briefbutton.src=briefhistory2.src" onmouseout="briefbutton.src=briefhistory.src">');
//	    document.write('<img src="' + RelRoot + '/graphics/briefhistory.gif" name="briefbutton" alt="Brief History" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/testimonies/index.html" onmouseover="testbutton.src=testimonies2.src" onmouseout="testbutton.src=testimonies.src">');
	    document.write('<img src="' + RelRoot + '/graphics/testimonies.gif" name="testbutton" alt="Testimonies" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/news/index.html" onmouseover="newsbutton.src=news2.src" onmouseout="newsbutton.src=news.src">');
	    document.write('<img src="' + RelRoot + '/graphics/news.gif" name="newsbutton" alt="News" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/meetings/index.html" onmouseover="meetingsbutton.src=meetings2.src" onmouseout="meetingsbutton.src=meetings.src">');
	    document.write('<img src="' + RelRoot + '/graphics/meetings.gif" name="meetingsbutton" alt="Meetings" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/radio.html" onmouseover="radiobutton.src=radio2.src" onmouseout="radiobutton.src=radio.src">');
	    document.write('<img src="' + RelRoot + '/graphics/radio.gif" name="radiobutton" alt="Radio" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/contact/index.html" onmouseover="contactbutton.src=contact2.src" onmouseout="contactbutton.src=contact.src">');
	    document.write('<img src="' + RelRoot + '/graphics/contact.gif" name="contactbutton" alt="Contact Us" width="165" border="0" height="39" /></a>');
	document.write('<a href="' + RelRoot + '/links.html" onmouseover="linksbutton.src=links2.src" onmouseout="linksbutton.src=links1.src">');
	    document.write('<img src="' + RelRoot + '/graphics/links.gif" name="linksbutton" alt="Links" width="165" border="0" height="39" /></a>');
}
