/*  --- 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 = [        ['Home','index.htm'],['Our Companies', null, null,		['Central Maine Moving', 'cmms.htm'],		['Central Maine Transport', 'cmt.htm'],                ['Consolidated Warehouse', 'cw.htm'],                ['FreightCentral', 'fc.htm'],                ['Records Management Center', 'rmc.htm'],	],	['On-Line Services', null, null,                ['Home', 'index.htm'],		['Estimate Request', 'erequest.htm'],		['Corporate Relocation', 'relocate.htm'],		['Employment Application', 'application.pdf'],                ['Feedback', 'feedback.htm'],	],                  ['Contact', null, null,		['Contact List', 'contact.htm'],		['Jobs', 'jobs.htm'],		['Privacy', 'privacy.htm'],                ['Webmaster', 'mailto:mnewbegin@lyncoinc.com'],                	],	];