
<!-- TOP NAVIGATION - HEADER -->

function header()
{
document.write('<table width="623" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td class="aaronia-menu" align="center"><a href="index.htm">home</a> :: <a href="corpinfo.htm">corporate info</a> :: <a href="contactaaronia_uk.asp">contact us</a> :: <a href="usefullinks.htm">useful links</a> :: <a href="downloads.asp">downloads</a> :: <a href="newsaaronia_uk.htm">news</a> :: <a href="faq.htm">faq</a> :: <a href="testimonials.htm">testimonials</a></td>');
document.write('</tr>');
document.write('</table>');
}