<html>

<head>

	<%if pTitle<>"" then%>
	  <title><%=pCompany%> :: <%=pTitle%></title>
	<%else%>
	  <title><%=pCompany%> :: OnLine Store</title>
	<%end if%>
	
	<%if pMetaDescription="" then%>
	 <meta name="DESCRIPTION" content="<%=pCompany%> Shopping Cart :: Purchase OnLine">
	<%else%>
	 <meta name="DESCRIPTION" content="<%=pMetaDescription%>">
	<%end if%>
	
	<%if pSearchKeywords="" or isNull(pSearchKeywords) then%>
	 <meta name="KEYWORDS" content="<%=pHeaderKeywords%>">
	<%else%>
	 <meta name="KEYWORDS" content="<%=pSearchKeywords%>">
	<%end if%>
	
	<link rel="stylesheet" type="text/css" href="style.css">
	<meta name="robots" CONTENT="index, follow"> 
	<meta name="distribution" content="global">

</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table width="778" align="center" cellpadding="0" cellspacing="0">
 <tr><td class="std" width="778" bgcolor="#000000" colspan="7"><img src="images/spacer.gif" width="778" height="1" border="0" alt=""></td></tr>
 <tr>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="776" bgcolor="#fbfbd5" colspan="5"><img src="images/spacer.gif" width="776" height="2" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>
 <tr>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="772" bgcolor="#000000" colspan="3"><img src="images/spacer.gif" width="772" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>
 <tr>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="28" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="770" valign="top" bgcolor="white">
  <!-- Heading. -->
   <table width="770" cellpadding="0" cellspacing="0">
    <tr>
	 <td class="hi_btns" width="600" height="28">&nbsp;&nbsp;<a class="hi" href="../index.html" target="_self">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="hi" href="comersus_listItems.asp" target="_self">Products</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="hi" href="../contact.htm" target="_self">Contact Us</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="hi" href="../forms.htm" target="_self">Order Forms</a>&nbsp;&nbsp;&nbsp;&nbsp;<a class="hi" href="default.asp" target="_self">Online Store</a></td>
	 <td class="hi_date" width="170" height="28"><%=formatDate(fixDate(date))%>&nbsp;&nbsp;<%=time%></td>
	</tr>
    <tr><td class="header" colspan="2"><img src="images/spacer.gif" width="770" height="108" border="0" alt=""></td></tr>
    <tr><td class="lo_btns" colspan="2"><img src="images/spacer.gif" width="770" height="42" border="0" alt=""></td></tr>
   </table>
  <!-- End of heading. -->
  </td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>
</table>
<table cellpadding="0" cellspacing="0" width="778" align="center">
 <tr>
  <td class="std" width="1" bgcolor="#000000" rowspan="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5" rowspan="3"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000" rowspan="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td rowspan="2"><img src="images/store_20.gif" width="138" height="102" border="0" alt=""></td>
  <td><img src="images/spacer.gif" width="354" height="1" border="0" alt=""></td>
  <td rowspan="2"><img src="images/store_22.gif" width="31" height="102" border="0" alt=""></td>
  <td height="85" width="245" align="right" valign="middle">
   <%if pIdCustomer=0 then%>
    <form method="post" action="comersus_customerAuthenticateExec.asp">
	 Email
	 <%if pStoreFrontDemoMode="-1" then%>
	  <input type="text" name="email" value="test@comersus.com">
	 <%else%>
	  <input type="text" name="email">
	 <%end if%>
	 <br>Password
	 <%if pStoreFrontDemoMode="-1" then%>
	  <input type="password" name="password" value="123456">
	 <%else%>
	  <input type="password" name="password">
     <%end if%>
	 <br><input alt=Go border=0 src="images/login.gif" type=image name="login">
	</form>
   <%else%> 
    <table>
     <tr>
      <td>Welcome back<br><br><span style="color:red"><%=session("customerName")%></span><br><br><a href="comersus_customerUtilitiesMenu.asp">Your Account</a> | <a href="comersus_customerLogout.asp">Logout</a></td>
      <td><a href="comersus_customerUtilitiesMenu.asp"><img src="images/person.jpg" width="36" height="36" border="0" alt="Your Account"></a></td>
     </tr>
    </table>
   <%end if%> 
  </td>
  <td class="std" width="1" bgcolor="#000000" rowspan="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5" rowspan="3"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000" rowspan="3"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
 </tr>
 <tr>
  <td valign="bottom"><img src="images/store_24.gif" width="354" height="13" border="0" alt=""></td>
  <td valign="bottom"><img src="images/store_25.gif" width="247" height="10" border="0" alt=""></td>
 </tr>
 <tr>
  <td><img src="images/store_26.gif" width="138" height="30" border="0" alt=""></td>
  <td colspan="2"><img src="images/store_27.gif" width="385" height="30" border="0" alt=""></td>
  <td><img src="images/store_28.gif" width="247" height="30" border="0" alt=""></td>
 </tr>
</table>
<table cellpadding="0" cellspacing="0" width="778" align="center">
 <tr>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td class="std" width="2" bgcolor="#fbfbd5"><img src="images/spacer.gif" width="2" height="1" border="0" alt=""></td>
  <td class="std" width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  <td width="545" colspan="5" valign="top">
   <table cellpadding="3" cellspacing="0" width="545" align="center">
    <tr><td>