<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuimage 	= "no" 		// SHOW IMAGE AT TOP OF MENU  | no | yes |
var spacemenu	= "5"		// MOVE MENU DOWN
var space	= "yes"		// MENU TOP SPACE | no | yes |
space_bottom	= "75"		// MENU BOTTOM SPACE in pixels


document.write('<div id="menulocation" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="150" class="menu-background"><tr><td>');

   	if (menuimage == "yes") {
document.write('<img src="picts/menu-top.jpg" width="150" height="126" class="menutrans"></a><br>');
	}
   	if (space == "yes") {
document.write('<img src="picts/spacer.gif" width="150" height="'+spacemenu+'"></a><br>');
}





document.write('</td></tr><tr><td nowrap>');
document.write('<center><font color="FFFFFF" size="3">(989) 835-4000</font></center><br>');
document.write('<center><font color="FFFFFF" size="2">1100 N Saginaw Rd</font></center><br>');
document.write('<center><font color="FFFFFF" size="2">Midland, MI 48640</font></center>');
// MENU SEPARATOR 1

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator">');

// MENU SEPARATOR 1

// START MENU LINKS

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">Our Vision</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sermons.php" class="menu">Audio Sermon</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="video.htm" class="menu">Video Sermon</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.php" class="menu">News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="adult.htm" class="menu">Adult Ministry</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="children.htm" class="menu">Childrens Ministry</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="staff.htm" class="menu">Staff</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="map.htm" class="menu">Find Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="joy.htm" class="menu">Joy in the Morning</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://midlandreformed.org/blog" class="menu">Blog</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://midlandreformed.org/training.htm" class="menu">Classes & Training</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://midlandreformed.org/hymnsing.htm" class="menu">Hymn Sing</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.connections.lifetouch.com/?orgLogin=1940" target=_blank class="menu">FOLD Directory</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');

// MENU SEPARATOR 2

document.write('</td></tr><tr><td align="center">');
document.write('<hr class="menuseparator">');

document.write('</td></tr><tr><td nowrap>');
document.write('<center><font color="FFFFFF" size="3"> </font></center><br>');

// MENU SEPARATOR

document.write('</td></tr><tr><td nowrap>');
document.write('<center><font color="FFFFFF" size="3">Photo Gallery</font></center>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Hawaiian Luau</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery2.htm" class="menu">Hawaiian Luau 2</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery3.htm" class="menu">The Rooftop Kids</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="slideshow.htm" class="menu">Slideshow</a>');





// MENU SEPARATOR 3

// erase this document.write('</td></tr><tr><td align="center">');
// erase this document.write('<hr class="menuseparator">');

// MENU SEPARATOR



document.write('</td></tr><tr><td class="menu-bottomline">');
document.write('<img src="picts/spacer.gif" width="10" height="'+space_bottom+'"></a><br>');
document.write('</td></tr></table></div>');

//  End -->