<!-- Begin


document.write('<DIV id="menulocation" style="z-index: 1;" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="170"><tr><td>');

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

// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <li class="menu_table"><a href="topproducerprices.html" target="_parent" style="color: #ff0000">SPECIALS, BUNDLES, &#38;<BR> &#160;&#160;PRICES &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a></li>');

document.write('  <li class="menu_table"><a href="ordertopproducer.html" target="_parent" style="color: #ff0000">ORDER NOW&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a></li>');

document.write('  <li class="menu_table"><a href="topproducer.html" target="_parent">TOP PRODUCER 8i</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="topproducer.html" target="_parent"><strong>TOP PRODUCER</strong></a></li>');
document.write('      <li><a href="topproducer7i-pdainterfaces.html" target="_parent"><strong>MOBILITY PRODUCTS</strong><BR> Palm Devices<BR>BlackBerry<BR>Windows Mobile</a></li>');

document.write('      <li><a href="topproducer7itopconnector.html" target="_parent"><strong>TOP CONNECTOR</strong></a></li>');
document.write('      <li><a href="topproduceroutlookconnector.html" target="_parent"><strong>OUTLOOK CONNECTOR</strong></a></li>');

document.write('      <li><a href="topproducerversions.html" target="_parent"><strong>Partnerships, Teams &#38; Assitants</strong></a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menu_table"><a href="topproducerwebsites.html" target="_parent">TOP PRODUCER<BR>&#160;&#160;WEBSITES&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="topproducerwebsites.html" target="_parent">TOP PRODUCER WEBSITES</a></li>');
document.write('      <li><a href="topproduceridx.html" target="_parent">TOP PRODUCER IDX</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menu_table"><a href="marketbuilder.html" target="_parent">MARKET BUILDER</a></li>');
document.write('  <li class="menu_table"><a href="marketsnapshot.html" target="_parent">MARKET SNAPSHOT</a></li>');

document.write('  <li class="menu_table"><a href="top-producer-8i-training.html" target="_parent">TRAINING&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a>');

document.write('  </li>');

document.write('  <li class="menu_table"><a href="technicalsupport.html" target="_parent">TECHNICAL<BR>&#160;&#160;SUPPORT&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a></li>');

document.write('  <li class="menu_table"><a href="internationalsales.html" target="_parent">INTERNATIONAL<BR>&#160;&#160;SALES &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a></li>');

document.write('  <li class="menu_table"><a href="abouttopproducersystems.html" target="_parent">ABOUT TOP<BR> PRODUCER SYSTEMS</a></li>');

document.write('  <li class="menu_table"><a href="contactdavid.html" target="_parent">CONTACT DAVID</a></li>');

document.write('  <li class="menu_table"><a href="http://topproducercampus.html" target="_parent" rel="nofollow">TOP PRODUCER CAMPUS</a></li>');

document.write('  <li class="menu_table"><a href="index.shtml" target="_parent">HOME&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</a></li>');
// END LINKS //



document.write('</ul>');

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



function IEHoverPseudo() {

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

}
window.onload = IEHoverPseudo;



//  End -->