wl(' <form name="shop" method=post action="/cgi-bin/basket.pl"> <input type="hidden" name="action" value="view"> <input type="hidden" name="basket" value=""> <input type="hidden" name="item" value=""> <input type="hidden" name="quantity" value="1"> <input type="hidden" name="returnurl" value=""> ');
wl('<p class="DepartmentMessage"><b><big>These are licences for version 1 of the Club Membership System</big></b></p>');
wl('<table class="ShopDepartmentTable">');
wl('<tr class="ReservationTableEvenRow">');
wl('<td valign="top" class="ShopItemCell" width="100%" height="100%"><table class="ShopItemTable" width="100%" height="100%" border=0> <tr> <td valign=top align=center width=64 height=100%><img src="/shop/images/thumbnail-1.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>Club Membership System - Single User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec Club Membership System which allows  use of all modules and features on a single PC only.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;125.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(1);"> </td></tr> </table> </td> </tr> </table> </td>');
wl('</tr>');
wl('<tr class="ReservationTableOddRow">');
wl('<td valign="top" class="ShopItemCell" width="100%" height="100%"><table class="ShopItemTable" width="100%" height="100%" border=0> <tr> <td valign=top align=center width=64 height=100%><img src="/shop/images/thumbnail-2.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>Club Membership System - 3 User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec Club Membership System which allows use of all modules and features on up to 3 computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;325.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(2);"> </td></tr> </table> </td> </tr> </table> </td>');
wl('</tr>');
wl('<tr class="ReservationTableEvenRow">');
wl('<td valign="top" class="ShopItemCell" width="100%" height="100%"><table class="ShopItemTable" width="100%" height="100%" border=0> <tr> <td valign=top align=center width=64 height=100%><img src="/shop/images/thumbnail-3.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>Club Membership System - 5 user licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec Club Membership System which allows use of all modules and features on up to 5 computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;525.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(3);"> </td></tr> </table> </td> </tr> </table> </td>');
wl('</tr>');
wl('<tr class="ReservationTableOddRow">');
wl('<td valign="top" class="ShopItemCell" width="100%" height="100%"><table class="ShopItemTable" width="100%" height="100%" border=0> <tr> <td valign=top align=center width=64 height=100%><img src="/shop/images/thumbnail-4.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>Club Membership System - 10 user licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec Club Membership System which allows use of all modules and features on up to 10 computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;1025.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(4);"> </td></tr> </table> </td> </tr> </table> </td>');
wl('</tr>');
wl('<tr class="ReservationTableEvenRow">');
wl('<td valign="top" class="ShopItemCell" width="100%" height="100%"><table class="ShopItemTable" width="100%" height="100%" border=0> <tr> <td valign=top align=center width=64 height=100%><img src="/shop/images/thumbnail-48.jpg"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>USB Webcam</td></tr> <tr><td class="ShopItemDescription" colspan=2>A USB webcam suitable for use with SwiftTec software such as the Club Membership System</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;45.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(48);"> </td></tr> </table> </td> </tr> </table> </td>');
wl('</tr>');
wl('</table>');
wl(' <br> <input class="BasketButton" type=submit value="View Basket"> </form> <script language="javascript"> shop.basket.value = getBasketID(); shop.returnurl.value = document.URL; </script> ');
wl(' ');
