<HTML>
<HEAD>
<TITLE>Forms Sample</TITLE>
<SCRIPT TYPE="text/javascript" SRC="/jaxcent21.js"></SCRIPT>
</HEAD>
<BODY>
<FONT SIZE="-1"><A HREF=index.html>Index</A></FONT>
<P>
Please add the items you want to the shopping cart by clicking the add button.
<TABLE>
<TR>
<TR>
<TH>Items Available</TH>
<TH>&nbsp;&nbsp;&nbsp;&nbsp;</TH>
<TH>Shopping Cart</TH>
</TR>
<TR>
<TD>
<TABLE ID="itemsTable" BORDER=1 CELLPADDING=4>
</TABLE>
</TD>
<TD>
&nbsp;
</TD>
<TD VALIGN=TOP>
<TABLE ID="shoppingCart" BORDER=2 CELLPADDING=4>
</TABLE>
</TD>
</TR>
</TABLE>
<P>
When done, click the link below to proceed.
<P>
<A HREF=NameAddress.html>Next</A>
</FORM>
</BODY>
</HTML>