/* 

     Note! 

         When modifying the menu structure in this format be very careful!!!!  Each line must end with a '\'
         character and cannot have any spaces or tabs after it.  If a line is missing the '\' or there are
         spaces after a '\' the menu will fail to load. Single quotes (') must be escaped with a '\'. Here
         is a sample single quote in a menu item... <a href="mylink.html">The Internet\'s</a>
         

         This template uses this structure to serve multiple pages from on external JavaScript file on the
         client side.  For ease of customization we recommend  using the inline method as presented in most
         of the templates in this download or use a server side include.

*/



document.write('\
<div id="qm0" class="qmmc">\
    <a href="default.aspx">Home</a>\
    <a href="SiteMap.aspx">Sitemap</a>\
    <a href="downloads/downloads.aspx">Downloads</a>\
    <a href="ContactUs.aspx">Contact us</a>\
    <a href="Feedback.aspx">Feedback</a>\
    <a href="Default2.aspx">FAQ</a>\
<span class="qmclear">&nbsp;</span></div>\
');
