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('<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-28.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>AutoClub - Single User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec AutoClub software which allows use on a single PC only.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;175.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(28);"> </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-29.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>AutoClub - 2 User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec AutoClub software which allows use on two computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;315.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(29);"> </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-30.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>AutoClub - 3 User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec AutoClub software which allows use on three computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;455.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(30);"> </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-31.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>AutoClub - 5 User Licence</td></tr> <tr><td class="ShopItemDescription" colspan=2>A licence for the SwiftTec AutoClub software which allows use on five computers.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;735.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(31);"> </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-11.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>USB Barcode Scanner for SwiftTec Software (Black)</td></tr> <tr><td class="ShopItemDescription" colspan=2>A black USB barcode scanner configured for use with SwiftTec software such as the Club Membership System and Loyalty Tracking System.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;150.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(11);"> </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-12.gif"></td> <td valign=top height=100%> <table border=0 height=100% width=100%> <tr><td class="ShopItemTitle" colspan=2>USB Barcode Scanner for SwiftTec Software (White)</td></tr> <tr><td class="ShopItemDescription" colspan=2>A white USB barcode scanner configured for use with SwiftTec software such as the Club Membership System and Loyalty Tracking System.</td></tr> <tr> <td align="left" class="ShopItemPrice">&pound;150.00</td> <td align="right" class="ShopItemButton"> <input class="BasketButton" type=button value="Add to basket" onclick="doAddToBasket(12);"> </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(' ');
