var sQuoteChar=String.fromCharCode(34);
var hostURL = "http://www.elevatesport.ca";
var appURL  = "/cgi-bin/elevate";
var vWorkspace = "/live";
var vParams = "&frames=no&target=main&sponsor=000002";
var vWelcome = getCookie("loggedIn");
var newPart ='<form name="quicksearch" method="post" style="margin-bottom: 0px;" onsubmit="javascript:document.location.replace(\''+appURL+'/site.w?location=olc/search.w'+vParams+'&post_action=search&searchtype=word&textsearch=\'+document.quicksearch.textsearch.value);return false;">';

function clearBox(box)
{
 if (box.value==box.defaultValue) {
 	 	 box.value = "";
 	 }
}

document.write(newPart);    

document.write("<center>");
document.write("<div id='headerContent'>");
document.write("<table width='995' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td valign='bottom' align='right' width='175' height='102' style='width:175; height:102; vertical-align:bottom; text-align:right;'><img src='" + vWorkspace + "/images/logos/elevateSportLogo.gif' alt='Elevate Sport' width='96' height='93' /></td>");
document.write("<td valign='bottom' align='center' width='820' height='102' style='width:820; height:102; padding-bottom:10px; vertical-align:bottom; text-align:center;'>");
document.write("<ol id='headerNavigation'>");
document.write("<li><a class='NavMenu' href='" + hostURL + "'>HOME</a></li>");
document.write("<li>|</li>");
document.write("<li><a class='NavMenu' href='" + appURL +"/site.w?location=olc/catalog.w&top=catalog&frames=no&target=main&mill=VN&sponsor=000002'>PRODUCTS</a></li>");
document.write("<li>|</li>");
document.write("<li><a class='NavMenu' href='" + vWorkspace + "/statichtml/_AboutUs.html'>ABOUT US</a></li>");
document.write("<li>|</li>");
document.write("<li><a class='NavMenu' href='" + appURL + "/site.w?location=olc/distrib-tools.w" + vParams + "'>RETAIL TOOLS</a></li>");
document.write("<li>|</li>");
document.write("<li><a class='NavMenu' href='"  + appURL + "/site.w?location=olc/search.w" + vParams + "'>SEARCH</a></li>");
document.write("<li>|</li>");
document.write("<li><input name='textsearch' type='text' class='headerSearch' id='search' value='ENTER SEARCH HERE' size='20' onfocus='clearBox(this);' />");
document.write("&nbsp;<input name='searchGo' type='image' class='headerSearch' value='submit' src='" + vWorkspace + "/images/buttons/searchBarGo.gif' align='middle' /></li>");
document.write("<li>|</li>");
document.write("<li><a class='NavMenu' href='" + vWorkspace + "/statichtml/_Help.html'>HELP</a></li>");
document.write("<li>|</li>");
document.write("<li><div class='NavMenu' name='loginLink' id='loginLink' style='display:inline;'></div></li>");
document.write("<li><div class='NavMenu' name='welcomeMsg' id='welcomeMsg' style='display:inline;'></div></li>");
document.write("</ol></td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");
document.write("</center>");

if (vWelcome != "" && vWelcome != ";")
{
   if (document.getElementById('welcomeMsg'))
      document.getElementById('welcomeMsg').innerHTML = "- " + vWelcome + " ";
   if (document.getElementById('loginLink'))
      document.getElementById('loginLink').innerHTML = "<a class='NavMenu' href='" + appURL +  "/site.w?location=logout-fm.w&cancel=yes" + vParams + "'>LOGOUT</a>";
}
else
{
   if (vWelcome == ";")
   {
      document.getElementById('welcomeMsg').innerHTML = "";
   }
   else
   {
      if (document.getElementById('welcomeMsg'))
      {
         document.getElementById('welcomeMsg').innerHTML = vWelcome;
      }
   }

   if (document.getElementById('loginLink'))
   {
      document.getElementById('loginLink').innerHTML = "<a class='NavMenu' href='" + appURL +  "/site.w?location=ele-login.w&elocation=olc/distrib-tools.w" + vParams + "'>LOGIN</a>";
   }
}
document.write("</form>");
