var products, services, specialoffers, locations, news, companyprofile, faqs, contact, industry;
products="products"
specialoffers="specialoffers"
services="services"
locations="locations"
news="news"
companyprofile="companyprofile"
faqs="faqs"
contact="contact"
industry="industry"

var menu;
menu="<table width='700' border='0' cellspacing='0' cellpadding='0'>"
menu=menu+"<tr>"
menu=menu+"<td><a href='./products.html'><img src='img/navi/products_on.jpg' border='0' width='79' height='18' name='x_products' alt='Products' onMouseover='dropdownmenu(this, event, products1, 200, products)' onMouseout='delayhidemenu(products)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./services.html'><img src='img/navi/services_on.jpg' border='0' width='72' height='18' name='x_services' alt='Services' onMouseover='dropdownmenu(this, event, services1, 100, services)' onMouseout='delayhidemenu(services)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='#'><img src='img/navi/industry_on.jpg' alt='Industry' name='x_industry' border='0' width='72' height='18' onMouseover='dropdownmenu(this, event, industry1, 90, industry)' onMouseout='delayhidemenu(industry)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./productofthemonth_nov09.html'><img src='img/navi/specialoffers_on.jpg' alt='Special Offers' name='x_specialoffers' border='0' width='121' height='18' onMouseover='dropdownmenu(this, event, specialoffers1, 100, specialoffers)' onMouseout='delayhidemenu(specialoffers)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./locations.html'><img src='img/navi/locations_on.jpg' alt='Locations' name='x_locations' border='0' width='80' height='18' onMouseover='dropdownmenu(this, event, locations1, 100, locations)' onMouseout='delayhidemenu(locations)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./news.html'><img src='img/navi/news_on.jpg' alt='News' name='x_news' width='43' border='0' height='18' onMouseover='dropdownmenu(this, event, news1, 135, news)' onMouseout='delayhidemenu(news)' ></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./companyprofile.html'><img src='img/navi/companyprofile_on.jpg' alt='Company Profile' name='x_companyprofile' border='0' width='134' height='18' onMouseover='dropdownmenu(this, event, companyprofile1, 130, companyprofile)' onMouseout='delayhidemenu(companyprofile)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./faqs.html'><img src='img/navi/faqs_on.jpg' alt='FAQS' name='x_faqs' border='0' width='38' height='18' onMouseover='dropdownmenu(this, event, faqs1, 80, faqs)' onMouseout='delayhidemenu(faqs)'></a></td>"
menu=menu+"<td><img src='img/navi/dot_spacer.jpg' width='20' height='18'></td>"
menu=menu+"<td><a href='./contactus.html'><img src='img/navi/contact_on.jpg' alt='Contact' name='x_contact' border='0' width='70' height='18' onMouseover='dropdownmenu(this, event, contact1, 100, contact)' onMouseout='delayhidemenu(contact)'></a></td>"
menu=menu+"</tr>"
menu=menu+"</table>"
    
document.write(menu);