/* --- menu items --- */
var MENU_ITEMS = [
	['HOME', 'default.asp',
		['Home', 'default.asp',
			['Return to our Home Page', 'default.asp']
		],
		['Register', 'register.asp',
			['Register with us for additional information and support', 'register.asp']
		],
		['Login', 'login.asp',
			['If you are already registered with us then log in here', 'login.asp']
		],
		['My Omniflex', 'myprofile.asp',
			['If you are a registered user then you can change your information profile here', 'myprofile.asp']
		]
	],
	['COMPANY', 'aboutus.asp',
		['About Us', 'AboutUs.asp',
			['Find out who we are, what we do, and how we think.', 'AboutUs.asp']
		],
		['Contact Us', 'contactus.asp',
			['How to get in touch with your nearest Omniflex office by phone, fax or email.', 'contactus.asp']
		],
		['Worldwide', 'worldwide.asp',
			['Find you nearest Omniflex distributor or agent.', 'worldwide.asp']
		],
		['New Feedback', 'feedback.asp',
			['Ask us a question. Tell us how you feel about us or our products. Get action! Make suggestions. Have your say.', 'feedback.asp']
		],
		['My Feedback', 'canlist.asp',
			['Check our response to your feedback.<br>(Login Required)', 'canlist.asp']
		]
	],
	['NEWS', 'newproducts.asp',
		['New Products', 'newproducts.asp',
			['View information about the latest product releases and upgrades.', 'newproducts.asp']		
		],
		['Press Releases', 'prlist.asp',
			['View the latest company announcements', 'prlist.asp']
		],
		['Newsletters', 'omnifacts.asp',
			['OMNIFLEX has a number of newsletter programs, both by post and email. Download past issues or subscribe for the future', 'omnifacts.asp']
		]
	],
	['PRODUCTS', 'products.asp',
		['Overview', 'prodovw.asp',
			['Select an OMNIFLEX product based upon product type or application area', 'prodovw.asp']
		],
		['Product Lines', 'products.asp',
			['Select an OMNIFLEX product line for your needs', 'products.asp']
		],
		['Process Automation', 'pasuite.asp',
			['Detailed information about the OMNIFLEX products used in Process Automation applications.','pasuite.asp']
		],
		['RTUs & Remote IO', 'remoteio.asp',
			['Detailed information about the OMNIFLEX products used in RTU and Remote I/O applications.','remoteio.asp']
		],
		['Alarm Annunciators', 'alarmannunciator.asp',
			['Detailed information about the OMNIFLEX products used in Process Alarm applications','alarmannunciator.asp']
		],
		['Event Recorders', 'event.asp',
			['Detailed information about the OMNIFLEX products used in recording Sequence of Events','event.asp']
		],
		['Signal Conditioning', 'sigcond.asp',
			['Detailed information about the OMNIFLEX products used in Signal Conditioning applications','sigcond.asp']
		],
		['Power Supplies', 'power.asp',
			['Detailed information about the OMNIFLEX range of Instrument Power Supplies and DC Standby Supplies','power.asp']
		]
	],
	['SERVICES', 'systems.asp',
		['System Integration', 'systems.asp',
			['Find out how OMNIFLEX can assist in providing Total Solutions to your Instrumentation and Control needs.','systems.asp']
		],
		['Product Servicing', 'service.asp',
			['Find out about the OMNIFLEX product support program','service.asp']
		],
		['Applications', 'apps.asp',
			['Review OMNIFLEX areas of application expertise. Find out how OMNIFLEX can assist you in realising your plant control and data acquisition goals.', 'apps.asp']
		]
	],
	['SUPPORT', null,
		['Downloads', 'downloads.asp',
			['Download software, drivers, configuration files etc.<BR>(Requires login)','downloads.asp']
		],
		['Knowledgebase', 'kbase.asp',
			['Search our database of Frequently Asked Questions for specific application information on your OMNIFLEX Product.<BR>(Requires login)','kbase.asp']
		],
		['Technical Reference', 'techref.asp',
			['Find a compendium of general technical information of use in the field of Instrumentation and Control','techref.asp']
		]
	]
];

