// Tranlateable Menu code belongs in page directory.
//
/******************************************* Contents of Menu ********************************************/

var MENU_ITEMS = [
	['Products', null,
		['EDS - Elecdes Design Suite Overview',             'products_ovr.htm'],
		['Ebase    (Project Database )',                    'products_eba.htm'],
		['Elecdes  (2D Electrical Circuits)',               'products_eld.htm'],
		['Instrument Manager  (Instrumentation Suite)',     'products_im.htm'],
		['Paneldes (3D Panel / Plant Layout / Routing )',   'products_pnl.htm'],
		['Protogen (2D DWG Mass Production )',              'products_pro.htm'],
		['Batch Printer',                                   'products_plt.htm'],
		['DBF Editor',                                      'products_dbe.htm'],
		['Tutorial Movie Recorder',                         'products_rec.htm'],
		['Licence Manager',                                 'products_lic.htm']
	],
	['Services', null,
		['Scada Systems Engineering Overview',     'services_ovr.htm'],
		['EM&S / Software Maintenance',            'services_ems.htm'],
		['Training Courses',                       'services_trn.htm'],
		['Custom Library Development',             'services_cust.htm'],
		['Custom Program Development',             'services_cust.htm'],
		['Legacy Drawing Conversion',              'services_lgcy.htm'],
		['PLC / DCS Programming',                  'services_plc.htm'],
		['SCADA Engineering',                      'services_scada.htm'],
		['I & E Drafting and Document Production', 'services_ie.htm']
	],
	['Demonstrations', null,
		['PDF Brochure',    'download/brochure.pdf'],
		['Free Trial CD',   'demo_contact.htm?CD'],
		['Movie Download',  'demo_contact.htm?MV'],
		['Web Demo',        'demo_contact.htm?WD'],
		['Sample Projects', 'demo_contact.htm?PJ']
	],
	['Support', null,
		['Software Updates',                  'email_contact.htm?updates'],
		['Frequently Asked Questions (FAQ)',  'faq/faq_main.htm'],
		['Email Support',                     'email_contact.htm?support'],
		['Offices/Phone/Fax/Postal',          'company_contact.htm']
	],
	['Contact', null,
		['Sales',                    'email_contact.htm?sales'],
		['Support',                  'email_contact.htm?support'],
		['General Enquiries',        'email_contact.htm?information'],
		['Offices/Phone/Fax/Postal', 'company_contact.htm']
	],
	['Corporate', null,
		['Noteable Users',       'users.htm'],
		['Company Information',  'company_profile.htm']
	],
	['News', 'news.htm'
	],
	['Home', 'elecdes.htm'
	]
];


