// <!---------------  header ---------------->
document.write("  <tr valign='bottom'>");
document.write("   <td height='55' valign='bottom'>");
document.write("     <table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("       <tr>");
//        <!-- logo here -->
document.write("        <td width='200' height='50' align='middle'><img src='../images/uislogo.jpg'>");
document.write("        </td>");
//        <!-- menu here -->
document.write("        <td width='600'>");
document.write("          <table width='100%' border='0' cellspacing='0' cellpadding='0'>");
//            <!-- home menu -->
document.write("            <tr valign='middle' height='32'>");
document.write("			  <td width='30%'>");
document.write("			  &nbsp;");
document.write("			  </td>");
 //             <!--td width='10%' class='homemenu'><a href='index.html' alt='home'>home</a></td>              <td width='2%' class='homemenu'>|</td>              <td width='10%' class='homemenu'><a href='aboutus/aboutus.html' alt='about us'>about us</a></td>              <td width='10%' class='homemenu'><a href='contactus/contactus.html' alt='contact us'>contact us</a></td>              <td width='11%' class='homemenu'><a href='sitemap.html' alt='site map'>site map</a></td>              <td width='10%' class='homemenu'><a href='login.html' alt='login'>login</a></td>               <td width='7%'>&nbsp;</td-->");
document.write("              <td width='60%' align='right' class='homemenu'><a href='../index.html' alt='home'>home</a> | ");
document.write("             <a href='../aboutus/aboutus.html' alt='about us'>about us</a> | ");
document.write("             <a href='../contactus/contactus.html' alt='contact us'>contact us</a> | ");
document.write("             <a href='../sitemap.html' alt='site map'>site map</a> |");
document.write("             <a href='../login.html' alt='login'>login</a> ");
document.write("             </td>      ");
document.write("			  <td width='10%'>&nbsp;");
document.write("			  </td>");
 document.write("           </tr>");
 //           <!-- end of home menu -->
 //           <!-- main menu -->
 document.write("           <tr valign='middle' height='25'>");
 document.write("           <td height='25' colspan='3' width='600' valign='bottom'>");
 document.write("             <table width='100%' cellspacing='0' cellpadding='0'>");

               document.write("<tr>");
                 document.write("<td width='80' class='mainmenu'>");
                   document.write("<a href='../products/products.html' onMouseOver=\"MM_swapImage('products','','../images/menu_products-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_products.jpg' id='products' name='products' WIDTH='80' HEIGHT='25'></a></td>");
                 document.write("<td width='80' class='mainmenu'>");
                   document.write("<a href='../quotes/quote.html' onMouseOver=\"MM_swapImage('quote','','../images/menu_quotes-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_quotes.jpg' id='quote' name='quote' WIDTH='80' HEIGHT='25'></a></td>");
//                 document.write("<td width='110' class='mainmenu'>");
//                    document.write("<a href='../agents/agents.html' onMouseOver=\"MM_swapImage('agents','','../images/menu_agents-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_agents.jpg' id='agents' name='agents'></a></td>");
                 document.write("<td width='110' class='mainmenu'>");
                   document.write("<a href='../customercare/customercare.html' onMouseOver=\"MM_swapImage('customercare','','../images/menu_customercare-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_customercare.jpg' id='customercare' name='customercare'></a></td>");
                 document.write("<td width='110' class='mainmenu'>");
                  document.write("<a href='../opportunities/opportunities.html' onMouseOver=\"MM_swapImage('opportunity','','../images/menu_opportunities-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_opportunities.jpg' id='opportunity' name='opportunity'></a></td>");
                 document.write("<td width='110' class='mainmenu'>");
                   document.write("<a href='../learningtools/learntools.html' onMouseOver=\"MM_swapImage('learn','','../images/menu_learn-over.jpg',1);\" onMouseOut='MM_swapImgRestore()'><img src='../images/menu_learn.jpg' id='learn' name='learn'></a></td>");
                 document.write("<td width='110' class='mainmenu'>&nbsp;</td>");
              document.write("</tr>");

document.write("              </table>");
document.write("            </td>");
document.write("            </tr>");
//            <!-- end of main menu -->
document.write("          </table>");
document.write("        </td>");
//        <!-- end of menu here -->
document.write("       </tr>");
document.write("      <tr valign='top'>");
document.write("        <td valign='top' colspan='3' height='50'>");
document.write("	    <img src='../images/uisbanner.jpg' border='0' valign='top' width='800' height='49'>      ");
document.write("	   </td>");
document.write("     </tr>");
document.write("     </table>");
document.write("   </td>");
document.write("  </tr>");
// <!----------  end of header -------------->
