<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW SECOND SIDEBAR IMAGE

var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="170" class="menutrans"><br>');
}



// START LINKS //


document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="healingwithheart.htm" class="menu">Healing With Heart</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="prayer.htm" class="menu">Prayer</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="events.htm" class="menu">Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="speaking.htm" class="menu">Speaking & Workshops</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="products.htm" class="menu">Online Store</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="newsletter.htm" class="menu">Newsletter Sign-up</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="links.htm" class="menu">Resources</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a target="_self" href="contact.htm" class="menu">Contact</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://www.mosscommunications.net/blog" class="menu">Blog</a>');

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK




// END LINKS //



document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"><br>');

document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/logoM copy.jpg" width="100" height="60" border="0"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a href="healingwithheart.htm"><img src="picts/bookcover2.jpg" width="100" height="109" border="0"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<a href="prayer.htm"><img src="picts/prayerbook.jpg" width="100" height="142" border="0"></a><br><br>');
}



document.write('</td></tr></table></DIV>');

//  End -->