/*
  --- 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', 'http://www.novadys.com/uk/index.html', {'tw' : '_top'}],
	['About Us <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
		['About NOVADYS', 'http://www.novadys.com/uk/about.html', {'tw' : '_top'}],
		['Our offices', 'http://www.novadys.com/uk/contact.html', {'tw' : '_top'}],
		['Some of our customers', 'http://www.novadys.com/uk/references.html', {'tw' : '_top'}],
	],
	['Products <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
		['Overview', 'http://www.novadys.com/uk/products.html', {'tw' : '_top'}],
		['Comparison', 'http://www.novadys.com/uk/flavours.html', {'tw' : '_top'}],
		['Documind <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
			['Documind Business Solution', 'http://www.novadys.com/uk/documind/documind_bs.html', {'tw' : '_top'}],
			['Documind Corporate Solution', 'http://www.novadys.com/uk/documind/documind_cs.html', {'tw' : '_top'}],
			['Optional Documind Modules', 'http://www.novadys.com/uk/documind/optional_modules.html', {'tw' : '_top'}],
			['Documind Development Kit', 'http://www.novadys.com/uk/documind/documind_sdk.html', {'tw' : '_top'}],
		],
	],
];

