<!--
var sField = sGetFilenameField(1);
var sPathIndex = ((sField == "") || (sField.toUpperCase() == "INDEX")) ? "" : "../";
var sPathDoc = ((sField == "") || (sField.toUpperCase() == "INDEX")) ? "doc/" : "";

document.writeln("<div align=\"center\"><center><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"");
document.writeln("        width=\"100%\">");
document.writeln("          <tr>");
document.writeln("            <td width=\"100%\" class=\"gradient-b\" height=\"25\">&nbsp;");
document.writeln("            <a href=\"" + sPathIndex + "index.htm\">Home</a>&nbsp; |&nbsp;");
document.writeln("            <a href=\"" + sPathDoc + "About.htm\">About Us</a>&nbsp; |&nbsp;");
document.writeln("            <a href=\"" + sPathDoc + "Product.htm\">Products</a>&nbsp; |&nbsp;");
//document.writeln("            <a href=\"" + sPathDoc + "Support.htm\">Support</a>&nbsp; |&nbsp;");
document.writeln("            <a href=\"" + sPathDoc + "Support.htm\">Support</a>&nbsp; |&nbsp;");
document.writeln("            <a href=\"" + sPathDoc + "Contact.htm\">Contact Us</a>&nbsp; |");
document.writeln("            </td>");
document.writeln("          </tr>");
document.writeln("        </table>");
document.writeln("        </center></div>");
// -->
