<!--
// AINet Menu JavaScript

TOP_MENU_TOP_OFFSET = 9;

TOP_MENU_LEFT_OFFSET = 0;

var menuArraywelcome = [
	['Welcome', '/welcome.php', null],
	['Unrivalled Range of Stock', '/welcome.php#stock', null],
	['Vast Range of Second-hand Nikon', '/welcome.php#secondhand', null],
	['Early Nikon equipment', '/welcome.php#early', null],
	['Think Tank', '/welcome.php#think', null],
	['World-Wide Mail Order Service Second-to-None', '/welcome.php#mailorder', null],
];

var menuArrayproductsmain = [
	['Equipment', '/products/', null],
	['Second-hand Equipment', '/products/secondhand.php', null],
	['Secondhand Grading Description', '/products/grading.php', null],
	['Nikon Product Videos', '/products/nikon_product_videos.php', null],
	['Ordering Information', '/products/ordering.php', null],
	['Grays of Westminster Merchandise', '/products/merchandise.php', null],
	['Finance', '/products/finance.php', null],
	['Gift Certificates', '/products/gift_certificates.php', null],
	['Reference', '/products/reference.php', null],
	['Currency Converter', '/products/currency.php', null],
	['Science and Industry', '/science_and_industry.php', null],
];

var menuArrayaboutmain = [
	['Testimonials', '/legend/testimonials.php', null],
	['Grays of Westminster Gazette', '/legend/gazette.php', null],
	['Tour the Shop', '/tour/', null],
	['Send a Postcard', '/sendcard/', null],
	['What The Press Say', '/legend/press.php', null],
	['What Other Websites Say', '/legend/websites.php', null],
	['Book Acknowledgements', '/legend/books.php', null],
	['The Poem', '/legend/poem.php', null],
];

var menuArraybooksmain = [
	['Books List', '/books/', null],
	['Order Form', '/books/order_form.php', null],
	['Currency Converter', '/products/currency.php', null],
];

var menuArrayworkshopsmain = [
	['Simon Stafford Workshops', '/workshop/simon-stafford-nikon-flash-seminar.php', null],
	['Heather Angel Workshop', '/workshop/', null],
];



//-->
