<Block CGI>
<html>
  <head>
    <title><Var CategoryDescription></title>
  </head>
  <body bgcolor="black" text="black" link="black">
    <table bgcolor="lightgrey" cellpadding=0 border=1 width=100%>
      <tr><td bgcolor="#f0d000" colspan=2 align=center>
        <font size="+5" color="green">P</font><font size="+5" color="white">e</font><font size="+5" color="red">t</font><font size="+5" color="green">e</font><font size="+5" color="white">'</font><font size="+5" color="red">s</font>&nbsp;<font size="+5" color="green">P</font><font size="+5" color="white">i</font><font size="+5" color="red">z</font><font size="+5" color="green">z</font><font size="+5" color="white">a</font>&nbsp;<font size="+5" color="red">S</font><font size="+5" color="green">e</font><font size="+5" color="white">r</font><font size="+5" color="red">v</font><font size="+5" color="green">i</font><font size="+5" color="white">c</font><font size="+5" color="red">e</font>
      </td></tr>
      <tr>
        <td valign=top bgcolor="#f0d000" rowspan=2>
          <table cellpadding=5 border=0 bgcolor="black">
            <tr><td bgcolor="#f0d000"><a href="?ShoppingBasket=<Var ShoppingBasket>"><font color="black"><b>Home</b></font></a></td></tr>
            <tr><td bgcolor="#f0d000"><a href="?Page=Templates/Search&ShoppingBasket=<Var ShoppingBasket>"><font color="black"><b>Search</b></font></a></td></tr>
            <tr><td bgcolor="#f0d000"><a href="?Page=Templates/ShoppingBasket&ShoppingBasket=<Var ShoppingBasket>"><font color="black"><b>Basket</b></font></a></td></tr>
            <tr><td bgcolor="#f0d000"><a href="../About.html"><font color="black"><b>About</b></font></a></td></tr>
            <tr><td bgcolor="#f0d000"><a href="../Help.html"><font color="black"><b>Help</b></font></a></td></tr>
          </table>
        </td>
        <td valign=top align=center bgcolor="#f0d000" width=100%>
          <font size="+2" color="green"><Var CategoryDescription></font>
        </td>
      </tr>
      <tr>
        <td valign="top" bgcolor="black">
          <table cellpadding=5 border=0 width=100%>
            <tr>
              <th bgcolor="blue"><font color="white">Name</font></th>
              <th bgcolor="blue"><font color="white">Description</font></th>
            </tr>

            <Block CGI>
              <tr>
                <td bgcolor="#f0d000"><a href="?Category=<Block CGI><Var Category></Block>/<Var name>&ShoppingBasket=<Block CGI><Var ShoppingBasket></Block>"><font color="black"><Var BeMall:Name></font></a></td>
                <td bgcolor="#f0d000"><font color="black"><Var BeMall:Description></font></td>
              </tr> 
            </Block>
          </table>

          <form action="?Action=AddToShoppingBasket" method="Post">
            <table cellpadding=5 border=0 width=100%>
              <tr>
                <th bgcolor="blue"><font color="white">Number</font></th>
                <th bgcolor="blue"><font color="white">Name</font></th>
                <th bgcolor="blue"><font color="white">Description</font></th>
                <th bgcolor="blue"><font color="white">Price</font></th>
                <th bgcolor="blue"><font color="white">Quantity</font></th>
                <th bgcolor="blue"><font color="white">Value</font></th>
              </tr>
              <Block CGI>  
                <tr>
                  <td bgcolor="#f0d000"><Var BeMall:Number></td>
                  <td bgcolor="#f0d000"><a href="?Page=Catalog/<Block CGI><Var Category></Block>/<Var name>&Category=<Block CGI><Var Category></Block>/<Var name>&ShoppingBasket=<Block CGI><Var ShoppingBasket></Block>"><font color="black"><Var BeMall:Name></font></a></td>
                  <td bgcolor="#f0d000"><Var BeMall:Description></td>
                  <td bgcolor="#f0d000"><Var BeMall:Price></td>
                  <td bgcolor="#f0d000"><input type=text name="Item_<Var BeMall:Number>"  value="<Var Quantity>" size=3></td>
                  <td bgcolor="#f0d000"><Var Value></td>
                </tr>
              </Block>

              <input type=hidden name=ShoppingBasket value="<Var ShoppingBasket>">
              <input type=hidden name=Category value=<Var Category>>
              
              <tr><td colspan=6 bgcolor="blue" align=right><font color="white"><input type=submit value="Add to shopping basket"></font></td></tr>
            </table>
          </form>
        </td>
      </tr>
      <tr>
        <td align=center bgcolor="#f0d000" colspan=2>Go
          <a href="?Category=<Var PreviousCategory>&ShoppingBasket=<Var ShoppingBasket>"><font color="#f0d000"><b>
            <font size="+0" color="green">b</font>
            <font size="+0" color="white">a</font>
            <font size="+0" color="red">c</font>
            <font size="+0" color="green">k</font></b></font></a>
          to the previous menu...
        </td>
      </tr>
    </table>
    <address><center><font size="-1" color="white">
      Created October 24th, 1998. Last modified: December 6th, 1998.<br>
      Copyright &copy; 1998 <a href="http://www.stegemann.net/index.html">
      Stegemann &amp; Co., Inc.</a>, All rights reserved.
    </font></center></address>
  </body>
</html>
</Block>