function showtop(showcart)
{
document.write("      <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("        <tr>");
document.write("          <td><img src=\"img/top.gif\" width=\"748\" height=\"118\"></td>");
document.write("        </tr>");
document.write("      </table>");
document.write("	  <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("        <tr>");
document.write("          <td height=\"1\"><img src=\"shoei.gif\" height=\"1\"></td>");
document.write("        </tr>");
document.write("        <tr>");
document.write("          <td bgcolor=\"#EEF2F5\" background=\"img/bar_bg.gif\">");
document.write("            <table height=\"21\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("              <tr>");
document.write("                <td class=\"sort\"><a href=\"index.aspx\" class=\"a3\">Home</a></td>");
document.write("                <td class=\"sort\"><a href=\"products.aspx\" class=\"a3\">Products</a></td>");
document.write("                <td class=\"sort\"><a href=\"specials.aspx\" class=\"a3\">Specials</a></td>");
document.write("                <td class=\"sort\"><a href=\"cart.aspx\" class=\"a3\">Shopping cart - total("+showcart+")</a></td>");
document.write("                <td class=\"sort\"><a href=\"contact.aspx\" class=\"a3\">Contact Us</a></td>");
document.write("                <td class=\"sort\"><a href=\"information.aspx\" class=\"a3\">Shop Info</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </td>");
document.write("        </tr>");
document.write("        <tr>");
document.write("          <td height=\"1\"><img src=\"shoei.gif\" height=\"1\"></td>");
document.write("        </tr>");
document.write("      </table>");}
function showtop1()
{
document.write("      <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("        <tr>");
document.write("          <td><img src=\"img/top.gif\" width=\"748\" height=\"118\"></td>");
document.write("        </tr>");
document.write("      </table>");
document.write("	  <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("        <tr>");
document.write("          <td height=\"1\"><img src=\"shoei.gif\" height=\"1\"></td>");
document.write("        </tr>");
document.write("        <tr>");
document.write("          <td bgcolor=\"#EEF2F5\" background=\"img/bar_bg.gif\">");
document.write("            <table height=\"21\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("              <tr>");
document.write("                <td class=\"sort\"><a href=\"index.aspx\" class=\"a3\">Home</a></td>");
document.write("                <td class=\"sort\"><a href=\"products.aspx\" class=\"a3\">Products</a></td>");
document.write("                <td class=\"sort\"><a href=\"specials.aspx\" class=\"a3\">Specials</a></td>");
document.write("                <td class=\"sort\"><a href=\"cart.aspx\" class=\"a3\">Shopping cart</a></td>");
document.write("                <td class=\"sort\"><a href=\"contact.aspx\" class=\"a3\">Contact Us</a></td>");
document.write("                <td class=\"sort\"><a href=\"information.aspx\" class=\"a3\">Shop Info</a></td>");
document.write("              </tr>");
document.write("            </table>");
document.write("          </td>");
document.write("        </tr>");
document.write("        <tr>");
document.write("          <td height=\"1\"><img src=\"shoei.gif\" height=\"1\"></td>");
document.write("        </tr>");
document.write("      </table>");}
