﻿function headerMenu() {
    document.write("<div class=\"top\"><div class=\"header\">");
    document.write("<div align=\"right\">");
    document.write("<form name=\"googleform\" method=\"get\" action=\"http://www.google.com/search\">");
    document.write("<table><tr><td><input type=\"text\" name=\"q\" size=\"20\" maxlength=\"255\" value=\"\" /></td><td>");
    document.write("<a href=\"javascript: submitform()\">");
    document.write("<img style=\"background:none\" alt=\"Search\" src=\"http://www.jijitechnologies.com/images/view.png\" />");
    document.write("</a><input type=\"hidden\" name=\"sitesearch\" value=\"www.jijitechnologies.com\" />");
    document.write("</td></tr></table>");
    document.write("</form></div><div align=\"center\">JiJi Technologies</div></div></div>");
}
function submitform() {
    document.googleform.submit();
}