<!-- 
var dat=datemaker();
document.write('<tr><td colspan=2 align="right" bgcolor="black"><a href="index.html"><img src="resource/site.GIF" width="40" height="34" hspace="0" vspace="0" border="0" alt="Use this logo to return to the ASTL start page at any time." align="left"></A><font color="White">'+"ASTL - Expert training and support for computer accounts and payroll in Scotland........." + dat + '</font></td><tr>');
document.write('<tr><td colspan=2 align="right"><form name="selecter"><select name="select1">');
document.write('<option value=none>Quick Menu');
document.write('<option value=none>--------------------');
document.write('<option value="index.html">Homepage');
document.write('<option value="offers.html">***Special Offers***');
document.write('<option value="services.html">Services');
document.write('<option value="pricing.html">Software,Support&Training');
document.write('<option value="productinstant.html">Sage Instant Product information');
document.write('<option value="productsagepay.html">Sage Payroll Product information');
document.write('<option value="productl50.html">Sage Line 50 Accounts Product information');
document.write('<option value="productmyob.html">MYOB Product information');
document.write('<option value="links.html">Accountancy Links');
document.write('<option value="contact.html">Contact');
document.write('<option value="javascript:popMap()">Map to AST Ltd');
document.write('</select>');
document.write('<input type="button" value="Go" onclick="go()">');
document.write('</form></td></tr>');
// -->