/*  --- menu items ---   note that this structure has changed its format since previous version.  additional third parameter is added for item scope settings.  Now this structure is compatible with Tigra Menu GOLD.  Format description can be found in product documentation.*/var MENU_ITEMS = [	['About NORCOM', null, null,		['Mission Statement', '../mission.html'],		['Company Overview', '../overview.html'],				['Our Clients', '../clients.html'],		['Home', '../index.html'],	],	['Our Services', null, null,		['Event Recording', '../event.html'],				['Event Sales', '../eventsales.html'],				['In-house Duplication', '../dup.html'],		['Remote Duplication', '../dup.html'],				['Media Transfer', '../dup.html'],		['Equipment Rental', '../rental.html'],				['Blank Media', '../media.html'],	],	['Conference Sales', null, null,		['Order On-line', 'http://www.norcomtapes.com/store'],		['Order Off-line', '../convention/index.html'],	],	['The NORCOM Store', null, null,		['Hazelden Series', 'http://www.norcomtapes.com/hazelden'],				['John McAndrew', 'http://www.norcomtapes.com/mcandrew'],		['Joe Nelson', 'http://www.norcomtapes.com/nelson'],			],		['Contact NORCOM', null, null,		['Event Taping Request', '../taperequest.html'],		['E-mail', 'mailto:info@norcomtapes.com'],		['Phone, Fax, Mail', '../contact.html'],				['FAQ', 'faq.html'],	],];
