var menutext;
menutext = "";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='home.htm';\">Home</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='cal200706.htm';\"><!--<span style=\"background-color: #FF9933; font-weight: bold; color: white;\">&nbsp;Updated!&nbsp;</span>-->Calendar</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='newsletter/winternewsletter0708.pdf';\"><span style=\"background-color: #3333FF; font-weight: bold; color: white;\">&nbsp;New!&nbsp;</span>Newsletter</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='conventionreports2007.htm';\">STTI Conventions</td></tr>";
menutext += "<!--<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\">Our Leadership</td></tr>-->";
menutext += "<!--<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\">Committees</td></tr>-->";
menutext += "<!--<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\">Volunteering</td></tr>-->";
menutext += "<!--<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\">Presentations</td></tr>-->";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='researchawards.htm';\">Research & Awards</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='2006researchawards.htm';\">2006 Research Awards</td></tr>";

menutext += "<tr><td>&nbsp;</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='documents/2006OdysseyAbstractCall.doc';\">11th Odyssey Conference</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='documents/gtflyer2.pdf';\">Free CEU during May 2008</td></tr>";

menutext += "<tr><td>&nbsp;</td></tr>";
menutext += "<tr><td style=\"color: royalblue; background-color: #EEEEFF;\" onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='elections.2008.html';\">2008 Officers e-Vote</td></tr>";
menutext += "<tr><td style=\"background-color: royalblue; color: white;\" onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='membershipapp2008.html';\">Membership Application</td></tr>";

menutext += "<tr><td>&nbsp;</td></tr>";
menutext += "<tr><td onMouseOver=\"this.className='menuItemOver';\" onMouseOut=\"this.className='menuItemOut';\" onClick=\"window.location='http://www.nursingsociety.org';\">Sigma Theta Tau Home</td></tr>";
document.write(menutext);