<%@ Language = VBscript %>
<HTML>
<HEAD>
<TITLE>Parking Progress Headquarters</TITLE>
</HEAD>
<BODY bgcolor="black" text="white">
<br><br><br><br><br>
<center>
<table width="250">
<tr>
<td>
<font face="arial" size="6">To help you, I need to know about your needs.
<p>Tell me, what kind of car do you drive?</font>
</td>
</tr>
</table>
<p>
<p>
<table width="500">
<form action="info2.asp" method="get">
<tr>
<td width="500" align="center">
<% 'Get the drop-down lists from includes. Keeps the code neat %>
<p><!--#include file="carsdown.inc"--> With a <!--#include file="trandown.inc"--> transmission<br>
<br><br><br>
<p><input type="Submit" value="Let Jay Know" align="LEFT">
</td>
</tr>
</form>
</table>
</center>
</BODY>
</HTML>