function writeMenu()
{
document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"750\">\n");
document.write("	<tr>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"65\" height=\"27\">\n");
document.write("			<a href=\"index.html\"  onmouseover=\"if(document.images) document.home.src='images/homebtn-over.jpg';\" onmouseout=\"if(document.images) document.home.src='images/homebtn.jpg';\"><img name=\"home\" src=\"images/homebtn.jpg\" width=\"65\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"95\" height=\"27\">\n");
document.write("			<a href=\"faithflash.html\"  onmouseover=\"if(document.images) document.flash.src='images/flashbtn-over.jpg';\" onmouseout=\"if(document.images) document.flash.src='images/flashbtn.jpg';\"><img name=\"flash\" src=\"images/flashbtn.jpg\" width=\"95\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"95\" height=\"27\">\n");
document.write("			<a href=\"eprayer\"  onmouseover=\"if(document.images) document.eprayer.src='images/eprayerbtn-over.jpg';\" onmouseout=\"if(document.images) document.eprayer.src='images/eprayerbtn.jpg';\"><img name=\"eprayer\" src=\"images/eprayerbtn.jpg\" width=\"95\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"65\" height=\"27\">\n");
document.write("			<a href=\"nuggets.php\"  onmouseover=\"if(document.images) document.articles.src='images/articlesbtn-over.jpg';\" onmouseout=\"if(document.images) document.articles.src='images/articlesbtn.jpg';\"><img name=\"articles\" src=\"images/articlesbtn.jpg\" width=\"65\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"65\" height=\"27\">\n");
document.write("			<a href=\"prayer.html\"  onmouseover=\"if(document.images) document.prayer.src='images/prayerbtn-over.jpg';\" onmouseout=\"if(document.images) document.prayer.src='images/prayerbtn.jpg';\"><img name=\"prayer\" src=\"images/prayerbtn.jpg\" width=\"65\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"90\" height=\"27\">\n");
document.write("			<a href=\"testimony.html\"  onmouseover=\"if(document.images) document.testimony.src='images/testimoniesbtn-over.jpg';\" onmouseout=\"if(document.images) document.testimony.src='images/testimoniesbtn.jpg';\"><img name=\"testimony\" src=\"images/testimoniesbtn.jpg\" width=\"90\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"90\" height=\"27\">\n");
document.write("			<a href=\"newsletter.html\"  onmouseover=\"if(document.images) document.newsletter.src='images/newsletterbtn-over.jpg';\" onmouseout=\"if(document.images) document.newsletter.src='images/newsletterbtn.jpg';\"><img name=\"newsletter\" src=\"images/newsletterbtn.jpg\" width=\"90\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"90\" height=\"27\">\n");
document.write("			<a href=\"resources.html\"  onmouseover=\"if(document.images) document.resources.src='images/resourcesbtn-over.jpg';\" onmouseout=\"if(document.images) document.resources.src='images/resourcesbtn.jpg';\"><img name=\"resources\" src=\"images/resourcesbtn.jpg\" width=\"90\" height=\"27\" border=\"0\"></a></td>\n");
document.write("		<td rowspan=\"1\" colspan=\"1\" width=\"95\" height=\"27\">\n");
document.write("			<a href=\"opportunity.html\"  onmouseover=\"if(document.images) document.opportunity.src='images/opportunitybtn-over.jpg';\" onmouseout=\"if(document.images) document.opportunity.src='images/opportunitybtn.jpg';\"><img name=\"opportunity\" src=\"images/opportunitybtn.jpg\" width=\"95\" height=\"27\" border=\"0\"></a></td>\n");
document.write("	</tr>\n");
document.write("</table>\n");
}

