/*
  --- 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 = [
	['Accueil', 'http://www.novadys.com/fr/index.html', {'tw' : '_top'}],
	['A propos de <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
		['Novadys', 'http://www.novadys.com/fr/about.html', {'tw' : '_top'}],
		['Nous contacter', 'http://www.novadys.com/fr/contact.html', {'tw' : '_top'}],
		['Nos références', 'http://www.novadys.com/fr/references.html', {'tw' : '_top'}],
	],
	['Solutions <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
		['Vue d\'ensemble', 'http://www.novadys.com/fr/products.html', {'tw' : '_top'}],
		['Comparaison', 'http://www.novadys.com/fr/flavours.html', {'tw' : '_top'}],
		['GEIDE <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
			['Documind Advanced Solution', 'http://www.novadys.com/fr/documind/documind_as.html', {'tw' : '_top'}],
			['Documind Business Solution', 'http://www.novadys.com/fr/documind/documind_bs.html', {'tw' : '_top'}],
			['Documind Corporate Solution', 'http://www.novadys.com/fr/documind/documind_cs.html', {'tw' : '_top'}],
			['Modules optionnels Documind', 'http://www.novadys.com/fr/documind/optional_modules.html', {'tw' : '_top'}],
			['Kit de Développement Documind', 'http://www.novadys.com/fr/documind/documind_sdk.html', {'tw' : '_top'}],
		],
		['Capture de Documents <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
			['FineReader Professional Edition', 'http://www.novadys.com/fr/finereader/finereader_pro.html', {'tw' : '_top'}],
			['FineReader Professional MAC', 'http://www.novadys.com/fr/finereader/finereader_macintosh.html', {'tw' : '_top'}],
			['FineReader Corporate Edition', 'http://www.novadys.com/fr/finereader/finereader_corporate.html', {'tw' : '_top'}],
			['FormReader', 'http://www.novadys.com/fr/finereader/finereader_formreader.html', {'tw' : '_top'}],
			['FineReader Engine', 'http://www.novadys.com/fr/finereader/finereader_engine.html', {'tw' : '_top'}],
			['FlexiCapture Studio', 'http://www.novadys.com/fr/finereader/flexicapture_studio.html', {'tw' : '_top'}],
		],
	],
	['Démonstrations <img src="http://www.novadys.com/images/more.gif" width="10" height="10" border="0">', null, {'tw' : '_top'},
		['Démonstrations flash', 'http://www.novadys.com/fr/accueil_demos.html', {'tw' : '_top'}],
	],
];

