<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"			// SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"			// SHOW SECOND SIDEBAR IMAGE
var linkimage1		= "index.html"	// LINK FOR IMAGE 1
var linkimage2		= "index.html"	// LINK FOR IMAGE 2



document.write('<div id="menulocation" style="z-index: 10;" class="printhide">');

document.write('<table cellpadding="0" cellspacing="0" border="0" width="153"><tr><td align="left"><img src="picts/spacer.gif" width="153" height="190"><br />');

// MENU IMAGE 1
//   if (showimage1 == "yes") {
//document.write('<a href="'+linkimage1+'"><img src="picts/menu-picture-1.jpg" border="0" class="sideborder"></a><br>');
//}

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA



document.write('  <li class="menuT"><a href="index.html">What We Do</a>');


document.write('  <li class="menuT"><a href="">&nbsp;&nbsp;>> Services</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="svc_auditplans.html">Contingency Audit Plans</a></li>');
document.write('      <li><a href="svc_costmanagement.html">Healthcare Cost Management</a></li>');
document.write('      <li><a href="client_tools.html">HR / Client Tools</a></li>');
document.write('      <li><a href="svc_employeecomm.html">Employee Communication</a></li>');
document.write('      <li><a href="svc_execplans.html">Executive Plans</a>');
document.write('    	<ul id="sub-nav">');
document.write('     	 <li><a href="exec_review.html">Exec. Benefits Plan Review</a></li>');
document.write('     	 <li><a href="exec_deferred.html">Deferred Compensation</a></li>');
document.write('     	 <li><a href="exec_disability.html">Executive Disability Income</a></li>');
document.write('     	 <li><a href="exec_director.html">Director Plans</a></li>');
document.write('     	 <li><a href="exec_401k.html">401K Excess Plans</a></li>');
document.write('     	 <li><a href="exec_estate.html">Estate Tax Planning</a></li>');
document.write('     	 <li><a href="exec_longterm.html">Long Term Care</a></li>');
document.write('    	</ul>');
document.write('    	</li>');
document.write('      <li><a href="svc_voluntary.html">Voluntary Products</a></li>');
document.write('      <li><a href="svc_retirement.html">Retirement Plans</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="products.html">&nbsp;&nbsp;>> Products</a>');


document.write('  <li class="menuT"><a href="waywedobusiness.html">The Way We Do Business</a>');


document.write('  <li class="menuT"><a href="testimonials.html">&nbsp;&nbsp;>> Testimonials</a>');


document.write('  <li class="menuT"><a href="whoweare.html">Who We Are</a>');


document.write('  <li class="menuT"><a href="http://www.gethealthquotenow.com/">&nbsp;&nbsp;>> Quotes</a>');


document.write('  <li class="menuT"><a href="contact.html">Contact Us</a>');


document.write('  <li class="menuT"><a href="index.html">Home</a>');




// END LINKS //






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




// MENU IMAGE 2

   if (showimage2 == "yes") {
document.write('<a href="'+linkimage2+'"><img src="picts/menu-picture-2.jpg" border="0" class="sideborder"></a><br>');
}





document.write('</td></tr></table></div>');











// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE







function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;



// -- END -->
