// JavaScript Document
//Created by GRR on 31st December 2007
//This code is used to create the top menu

<!-- 
document.write("<span class='TitleTxt-10pt-FFFFFF-B'>");
document.write("&nbsp;");
document.write("<a href='index.htm'><font color='#FFFFFF'>Home</font></a>");
document.write("&nbsp;|&nbsp;");
document.write("<a href='AboutUs.htm'><font color='#FFFFFF'>About Us</font></a>");
document.write("&nbsp;|&nbsp;");
document.write("<a href='Location.htm'><font color='#FFFFFF'>Location</font></a>");
document.write("&nbsp;|&nbsp;");
document.write("<a href='Enquiry.htm'><font color='#FFFFFF'>Enquiry & Orders</font></a>");
document.write("&nbsp;");
document.write("</span>");
//-->