/*
  --- 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 = [
	['BUSINESS INTELLIGENCE', null, null,
		['DATENBANKEN', null, null,
			['DB-Anlegen/Storage','create_db_dt.html','_self'], 
			['DB-Administration','admin_db_dt.html','_self'],
			
		],
		['INFORM. RETRIEVAL', null, null,
				['Suchmaschinenoptimierung','seo_dt.html','_self'],
				
		
		],
		['IT-OUTSOURCING', null, null,
				['OOA/OOD-Consulting','sw_engine_dt.html','_self'],
				['Programmierungskurse','kurse_2006.html','_self'],
		],

	],
	['VERLAG/DRUCKVORSTUFE', 'http://www.agu-media.com', '_self',
	//	['E-BUCH-AUSGABE', null, null,
	//			['On-line Publishing/E-Buch','online_publishing_dt.html','_self'],
	//			['Consulting f&uuml;r E-Press','ebuch_consulting_dt.html','_self'],
	//	],
	//	['DRUCKVORSTUFE', null, null,
	//			['Dokument-Engineering','text_technol_dt.html','_self'],
	//			['Text Retrieval','text_retrieval_dt.html','_self'],
	//	],
	//	['CONTENT MANAGEMENT', null, null,
	//			['Neue Medien & Markt','anal_newmedia_dt.html','_self'],
			//  ['E-Commerce','ecommerce_dt.html','_self'],
	//			['Tools & Tips','tools_and_tips.html','links.html'],
	//	],
	],
	['AUDIO-TECHNOLOGIE', 'http://www.agu-media.com', '_self',
	//	['SPRACHTECHNOLOGIE', null, null,
			//	['Text-To-Speech','tts_dt.html','mainFrame'],
	//			['Autom. Spracherkennung','asr_dt.html','mainFrame'],
	//	],
	//	['AUDIO-ARCHIV & CMS', null, null,
	//			['Multimedia Content','http://www.pyramidofyewe.org/newmedia_dt.html','mainFrame'],
	//			['Audio-Datenbank','audio_db_dt.html','mainFrame'],
			//	['Record Label Marketing','label_marketing_dt.html','mainFrame'],
	//	],
		
	],
	['  KONTAKT, AGB & LINKS', null, null,
		['&Uuml;berblick der Angebote', 'weto_produits_services_dt.pdf','_self'],
		['Tools & Tips','tools_and_tips.html','mainFrame'],
		['Das Team','team_dt.html','mainFrame'],
		['E-Mail','weto_contact_dt.html','mainFrame'],
		['AGB','agb.html','mainFrame'],
	],
];

