/*
  --- 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 = [
	['VEILLE ECONOMIQUE', null, null,
		['BASES DE DONNEES', null, null,
			['Cr&eacute;ation/Archivage de BD','create_db_fr.html','_self'], 
			['Administration de BD','admin_db_fr.html','_self'],
		
		],
		['ING. DOCUMENTAIRE', null, null,
				['Technol. Moteurs de Rech.','seo_fr.html','_self'],
		],
		['IT-OUTSOURCING', null, null,
				['Conseils OOA/OOD','sw_engine_fr.html','_self'],
				['Cours de Programmation','kurse_2006.html','_self'],
		],

	],
	['EDITION/PRE-EDITION', 'http://www.agu-media.com', '_self',
	//	['E-LIVRES', null, null,
	//			['Publ. en ligne/E-Livres','online_publishing_fr.html','_self'],
	//			['Conseils pour E-Livres','ebuch_consulting_fr.html','_self'],
	//	],
	//	['PRE-EDITION', null, null,
	//			['Ing&eacute;nierie documentaire','text_technol_fr.html','_self'],
	//			['Filtrage de textes','text_retrieval_fr.html','_self'],
	//	],
		//['GESTION DE CONTENU', null, null,
		//		['Analyse des nouveaux m&eacute;dias','anal_newmedia_fr.html','_self'],
			//	['E-Commerce','ecommerce_fr.html','_self'],
		//		['Outils & Conseils','tools_and_tips.html','_self'],
	//	],
	],
	['TECHNOLOGIE AUDIO', 'http://www.agu-media.com', '_self',
	//	['TECHNOLOGIE DU LANG.', null, null,
			//	['Synth&egrave;se de la parole','tts_fr.html','_self'],
	//			['Reconnais. autom. de la parole','asr_fr.html','_self'],
	//	],
	//	['ARCHIVES AUDIO & CONTENUS', null, null,
	//			['Contenus Multimedia','http://www.pyramidofyewe.org/newmedia_fr.html','_self'],
	//			['Base de Donn&eacute;es audio','audio_db_fr.html','_self'],
			//	['Diffusion de label','label_marketing_fr.html','_self'],
	//	],
		
	],
	['CONTACT, LEG. & LIENS', null, null,
		['Aper&ccedil;u des Offres', 'weto_produits_services_fr.pdf','_self'],
		['Tools & Tips','tools_and_tips.html','mainFrame'],
		['Equipe','team_fr.html','_self'],
		['E-Mail','weto_contact_fr.html','mainFrame'],
		['Mentions l&eacute;gales','agb.html','_self'],
	],
];

