
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<title>navagite</title>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">");
document.writeln("</head>");
document.writeln("");
document.writeln("<body>");
document.writeln("<table width=\"760\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"9ffffff\">");
document.writeln("  <tr> ");
document.writeln("    <td width=\"20\">&nbsp;</td>");
document.writeln("    <td><a href=\"index.htm\" class=\"a1\">HomePage</a></td>");
document.writeln("    <td><a href=\"companyProfile.htm\" class=\"a1\">CompanyProfile</a></td>");
document.writeln("    <td><a href=\"productIntro.htm\" class=\"a1\">CompanyProduct</a></td>");
document.writeln("    <td><a href=\"contactUs.htm\" class=\"a1\">ContactUs</a></td>");
document.writeln("    <td><a href=\"login.asp\" class=\"a1\">DocumentDownLoad</a></td>");
document.writeln("    <td><a href=\"order.htm\" class=\"a1\">Order</a></td>");
document.writeln("    <td width=\"20\">&nbsp;</td>");
document.writeln("    <td width=\"20\">&nbsp;</td>");
document.writeln("    <td><a href=\"case.htm\" class=\"a1\">SuccessfulCase</a></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("</body>");
document.writeln("</html>");


