<!-- Begin CSS Horizontal Menu - menu ver 3.15c 2012

// NOTE: If you use a ' add a slash before it like this \'


var menuside		= "left"	// MENU SIDE | left | right | center
var fixwrap		= "no"		// MAKE yes ONLY IF MENUS ARE WRAPPING
var menuwidth		= "900"		// TOTAL MENU WIDTH TO FIX WRAP



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<ul id="menunav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('<li style="width: 90px;"><a href="index.html">Home</a></li>');


document.write('  <li style="width: 90px;"><a href="products.html">Products</a>'); 
document.write('    <ul>');
document.write('      <li><a href="product-scope-7-major-features.html">Product Scope 7</a></li>');
document.write('      <li><a href="product-scope-7-tutorial-1.html">PS 7 - File Dialog Tutor</a></li>');
document.write('      <li><a href="ezchangelog-reporter-major-features.html">EZChangeLog Reporter</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li style="width: 90px;"><a href="download.html">Downloads</a>'); 
document.write('  </li>');


document.write('  <li style="width: 115px;"><a href="profile-exchanges.html">Profile Exchanges</a>');
document.write('    <ul>');
document.write('      <li><a href="profile-exchanges.html">Profile Exchanges</a></li>');
document.write('      <li><a href="gallery2.htm">Gallery 2</a></li>');
document.write('      <li><a href="slideshow.htm">Slideshow</a></li>');
document.write('      <li><a href="profile-exchange-special-alert.html">Special Alerts</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 90px;"><a href="http://profileexchanges.com/shop/" class="menu">Store</a>');
document.write('  </li>');


document.write('  <li style="width: 130px;"><a href="support.html">Support</a>');
document.write('  </li>');

document.write('  <li style="width: 90px;"><a href="http://profileexchanges.com/blog/" class="menu">Blog</a>');

document.write('  </li>');

document.write('  <li style="width: 95px;"><a href="company.html" class="menu">Company</a>');
document.write('    <ul>');
document.write('      <li><a href="about.htm">About Us</a>');
document.write('      <li><a href="contact.htm">Contact Us</a></li>');
document.write('      <li><a href="encourager_software_offers_page.html">Encourager Software Offers</a></li>');
document.write('      <li><a href="privacy.htm">Privacy Policy</a></li>');
document.write('      <li><a href="site_map.htm">Site Map</a></li>');
document.write('      <li><a href="search.php">Search</a></li>');
document.write('    </ul>');
document.write('  </li>');




// END LINKS //



document.write('</ul>');
document.write('</td></tr></table>');
   if (fixwrap == "yes") {
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
}
document.write('</td></tr></table>');

// END -->
