/*  Header for AMT */
var hostURL ="http://www.americant-shirt.com";

var appURL  ="/cgi-bin/live";

var vWorkspace="/live";



var vHeader='<link rel="stylesheet" type="text/css" href="' + vWorkspace + '/styles/header.css">'+
            '<table cellpadding="0" cellspacing="0" border="0" width="100%">'+
            '  <tr>' +
            '    <td><img src="' + vWorkspace + '/new/images/amthead.gif" width="780" height="159" usemap="#header" border="0"></td>'+
            '  </tr>'+
            '</table>';
            
vHeader+=   '<div class="searchBox">'+
            '<form name="wordsearch" onsubmit="return goSearch();" method="post" style="margin: 0 0 0 0; padding: 0 0 0 0;">'+
            '<input style="text-align: center;font-size:10pt;" name="textsearch" type="text" size="22" maxlength="20" value="Keyword Search" onfocus="if(this.value==\'Keyword Search\') this.value=\'\';" onblur="if(this.value==\'\') this.value=\'Keyword Search\';">'+
            '</form>'+
            '</div>';
            
var vMap='<map name="header">'+
         '  <area alt="American T Shirt Home" coords="19,20,222,106" href="' + hostURL + vWorkspace + '/index.html ">'+

         '  <area alt="Online Catalog" coords="47,122,155,154" href="' + hostURL + vWorkspace + '/catalog/catalog-index.html">'+
         '  <area alt="Your Account" coords="165,122,310,153" href="' + hostURL + appURL + '/site.w?location=olc/myaccount.w&frames=no&target=main&sponsor=000001">'+
         '  <area alt="Your Order Status and History" coords="323,121,455,153" href="' + hostURL + appURL + '/site.w?location=olc/order-status.w&frames=no&target=main&sponsor=000001">'+
         '  <area alt="About Us" coords="466,121,584,154" href="' + hostURL + vWorkspace + '/statichtml/aboutus.html">'+
         '  <area alt="Contact Us" coords="597,123,724,154" href="' + hostURL + vWorkspace + '/statichtml/contactus.html">'+
         '  <area alt="Mail To info@americant-shirt.com" coords="556,63,721,76" href="mailto:info@americant-shirt.com">'+
         '  <area alt="Go" coords="700,85,729,103" href="javascript:goSearch();">'+         
         '</map>';
document.write(vHeader);            
document.write(vMap);
