/*
  --- 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 = [
	['News', 'http://www.ultramax.com/News.htm'],
	['What is ULTRAMAX?', null, null,
		['Introduction', 'http://www.ultramax.com/Introduction.htm'],
		['10 min. Video', 'http://www.ultramax.com/Downloads/Ultramax.wmv'],
		['Excellence in Operations', 'http://www.ultramax.com/Excellence.htm'],
		['Technical Summary', 'http://www.ultramax.com/Technical_Summary.htm'],
	],
	['About Ultramax Corporation', null, null,
		['Agencies, Contacts &amp; Links', 'http://www.ultramax.com/Links.htm'],
		['Contact Us', 'http://www.ultramax.com/Contact_us.htm'],
		['Philosophy', 'http://www.ultramax.com/Philosophy.htm'],
		['History', 'http://www.ultramax.com/History.htm'],
	],
	['About the Product', null, null,
		['Technology', 'http://www.ultramax.com/Technology.htm'],
		['Features', 'http://www.ultramax.com/Features.htm'],
		['FAQ', 'http://www.ultramax.com/FAQ.pdf'],
		['Implementation', 'http://www.ultramax.com/Implementation_Plan.htm'],
		['New Features of Version 7.1', 'http://www.ultramax.com/Umax71.htm'],
		['New Features of Version 7.0', 'http://www.ultramax.com/Umax70.htm'],
	],
	['About Applications', null, null,
		['Clients', 'http://www.ultramax.com/Clients.htm'],
		['Applications', 'http://www.ultramax.com/Applications.htm'],
		['Testimonials', 'http://www.ultramax.com/Testimonials.htm'],
	],
	['Publications', null, null,
		['White Papers', 'http://www.ultramax.com/WhitePapers.htm'],
		['Bibliography &amp; References', 'http://www.ultramax.com/Bibliography.htm'],
	],
	['Downloads', 'http://www.ultramax.com/downloadlogin.asp'],
];

