document.writeln("<div align=\"center\">");
document.writeln("  <center>");
document.writeln("  <table border=\"0\" cellspacing=\"1\" width=\"100%\">");
document.writeln("    <tr>");
document.writeln("      <td width=\"100%\" align=\"center\"><font size=\"2\" face=\"Verdana\">[<a href=\"index.htm\">home</a>]");
document.writeln("        [<a href=\"introduction.htm\">introduction</a>] [<a href=\"about_us.htm\">about us</a>]");
document.writeln("        [<a href=\"message.htm\">message</a>] [<a href=\"quality.htm\">quality</a>]");
document.writeln("        [<a href=\"toplife_realty.htm\">toplife realty</a>]<br>");
document.writeln("        [<a href=\"completed_projects.htm\">completed projects</a>]");
document.writeln("        [<a href=\"ongoing_projects.htm\">ongoing projects</a>] [<a href=\"upcoming_projects.htm\">upcoming projects</a>]<br>");
document.writeln("        [<a href=\"customers_comments.htm\">customers comments</a>]");
document.writeln("        [<a href=\"contact.htm\">contact</a>]</font></td>");
document.writeln("    </tr>");
document.writeln("  </table>");
document.writeln("  </center>");
document.writeln("</div>");