inc_menu_js =
'<table width="900"  height="30" border="0" cellspacing="0" cellpadding="0" align="center" background="http://faithharborministries.net/images/menubackground.jpg" background-repeat: repeat-x>'

+'<tr><td width="110"><a href() onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+'(this, event, menu1, \'110px\')" onMouseout=\'delayhidemenu()\'><font face="sans-serif" size="4" color="white"><center>About Us</center>'
+'</font></a></td>'

+'<td width="240"><a href="http://www.reverendcherrie.com/video.html" target="_blank"onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+'(this, event, menu2, \'180px\')" onMouseout=\'delayhidemenu()\'><font face="sans-serif" size="4"><center>Walking in Faith Videos</center>'
+'</font></a></td>'

+'<td width="130"><a href="newsletter.html"onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+ '(this, event, menu3, \'180px\')" onMouseout=\'delayhidemenu()\'><font face="sans-serif" size="4"><center>Newsletter'
+'</center></font></a></td>'

+'<td width="130"><a href="contact.html"onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+'(this, event, menu4, \'180px\')"><font face="sans-serif" size="4"><center>Contact Us</center></font></a></td>'

+'<td width="150"><a href="testimonials.html"onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+'(this, event, menu5, \'180px\')"><font face="sans-serif" size="4"><center>Testimonials</center></font></a></td>'


+'<td width="130"><a href="index.html"onClick=\'return clickreturnvalue()\' onMouseover="dropdownmenu'
+'(this, event, menu6, \'180px\')"><font face="sans-serif" size="4"><center>Home</center></font></a></td></tr></table>';

// end_var_declaration
document.write(inc_menu_js);



