<%
'Header variables.
Dim showsearch, showcart, showcheckout, showany
showsearch=TRUE
showcart=TRUE
showcheckout=FALSE
showany=TRUE
Dim message

message = Request.QueryString("message")

%>
<html>
<head>
<title>Setsuko.com - Checkout</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<!-- #INCLUDE VIRTUAL="/asp/inc/header.asp" -->
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td>
      <div align="center"><font face="Arial, Helvetica, sans-serif" size="3"><b>Checkout 
        </b></font></div>

		<% If Len(message) > 0 Then %>
      <br><div align="left"><font face="Arial, Helvetica, sans-serif" size="3" color="#FF0000"><b>
	  <%
		Select Case message
   			Case "exists"
				Response.Write "The Email address you specified already has an account.<br>" & vbCrLf & "Click <a href='/asp/account/forgotpassword.asp'>here</a> if you have <a href='/asp/account/forgotpassword.asp'>forgotten your password</a>, or <a href='/asp/buy/checkout.asp'>here if you remember it</a> and would like to <a href='/asp/buy/checkout.asp'>login</a>. If you want to setup a different email address then fill in the fields below.."
   			Case "badformat"
				Response.Write "Email address was not correctly formatted. Please try again."
   			Case "notmatch"
				Response.Write "The passwords you typed do not match. Please try again."
   			Case "short"
				Response.Write "The password you typed is too short. Your password must be 5 to 15 characters in length. Please try again."	
   			Case "long"
				Response.Write "The password you typed is too long. Your password must be 5 to 15 characters in length. Please try again."	
   			Case "characters"
				Response.Write "The password must only contain numbers (0-9) and letters (A-Z). Please try again."	
   			Case "incorrect"
				Response.Write "The email address/password combination you used does not match our database.<br>" & vbCrLf & "Click here if you think you have <a href='/asp/account/forgotpassword.asp'>forgotten your password</a>."
			Case Else
				Response.Write "Unknown error. Try again."
		End Select
		Response.Write "<br><br>" & vbCrLf
	  %>
	  </b></font><font face="Arial, Helvetica, sans-serif" size="3"> 
        </font></div>
		<% End If %>		
		
    </td>
  </tr>
</table>
<font face="Arial, Helvetica, sans-serif" size="3"></font> 
<form name="form1" method="post" action="/asp/buy/buysignup2.asp">
  <table width="600" border="0" cellspacing="0" cellpadding="4" align="center">
    <tr> 
      <td width="281" bgcolor="#e9e9e9"> 
        <div align="center"><font face="Arial, Helvetica, sans-serif" size="3"><b>New 
          Customers</b></font></div>
      </td>
      <td width="24" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr> 
      <td width="281" bgcolor="#f5f5f5"><font face="Arial, Helvetica, sans-serif"><font size="2"> 
        Email Address:<br>
        <input type="text" name="NewEmailAddress" size="40" maxlength="50">
        </font></font></td>
      <td width="24" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
    <tr> 
      <td width="281" bgcolor="#f5f5f5"><font face="Arial, Helvetica, sans-serif" size="2">New 
        Password: <br>
        <input type="password" name="NewPassword" size="15" maxlength="15">
        <font size="1" color="#0000FF">(5-15 characters in length)</font></font></td>
      <td width="24" bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" size="2"></font></td>
    </tr>
    <tr> 
      <td width="281" bgcolor="#f5f5f5"><font face="Arial, Helvetica, sans-serif" size="2">Confirm 
        Password: <br>
        <input type="password" name="NewPassword2" size="15" maxlength="15">
        </font></td>
      <td width="24" bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" size="2"></font></td>
    </tr>
    <tr> 
      <td width="281" bgcolor="#f5f5f5"> 
        <div align="center"> 
          <input type="submit" name="Submit2" value="Continue -&gt;">
        </div>
      </td>
      <td width="24" bgcolor="#FFFFFF">&nbsp;</td>
    </tr>
  </table>
  <div align="center"><font face="Arial, Helvetica, sans-serif" size="3">Please 
    note: We can only ship to the United States at this time.<br>
    If you are outside the U.S., <a href="mailto:%20info@setsuko.com">contact 
    us</a> and we will see what we can do.</font> </div>
</form>
<br>
 <!-- #INCLUDE VIRTUAL="/asp/inc/footer.asp" -->
</body>
</html>
