<!-- Begin
document.write('<A HREF="#TOP"><u>Top of page</u></A>');
document.write('<BR>&nbsp;<BR>');
document.write('<a href="../index.html"><u>Home</u></a> | ');
document.write('<a href="intro.htm"><u>Introduction</u></a> | ');
document.write('<a href="prod01.htm"><u>Products</u></a> | ');
document.write('<a href="botstyle.html"><u>Bottle Styles</u></a> | ');
document.write('<a href="clients.htm"><u>Clients</u></a>');
document.write('<BR>&nbsp;<BR>');
document.write('<a href="gallery.htm"><u>Gallery</u></a> | ');
document.write('<a href="lead.htm"><u>Lead Times &amp; Colours</u></a>&nbsp; | ');
document.write('<a href="contact.htm"><u>Contact</u></a>');
document.write('<BR>&nbsp;<BR>');
document.write('<font color="#999999">');
document.write('&copy; ');
{
var time=new Date();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
document.write(year);
}
document.write(' Eurobottle &amp; Design, all rights reserved');
document.write('</font>');
// End -->