<!-- Begin JavaScrip Menu

// 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 linkstop 		= "no" 		//  start links at the very top

document.write('<div id="menulocation">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="../images/menu_top.gif" width="154" height="34"><br>');
}


// start links //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOabout.asp" class="menu">About MCC</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOboard.asp" class="menu">Board of Directors</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOmembership.asp" class="menu">Membership</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOsponsorship.asp" class="menu">Corporate Membership</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOnews.asp" class="menu">MCC Newsline</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOevents.asp" class="menu">Meetings and Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOlinks.asp" class="menu">Links and Resources</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../../ossn_network/ossn_reimbursement.asp" class="menu">Reimbursement Support</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../../ossn_network/" class="menu">OSSN Member Societies</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOcontact.asp" class="menu">Contact Us</a>');

// end links //



document.write('</td></tr><tr><td>');
document.write('<img src="../images/menu_bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');


// to insert menu images change no to yes //


   if (showimage1 == "no") {
document.write('<br><br><img src="../images/menu_1.jpg" width="75" height="75" border="0"></a><br><br>');
}
   if (showimage2 == "no") {
document.write('<img src="../images/menu_2.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></div>');

//  End -->