/*
  --- 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', 'index.htm', null],
	['OZ GmbH',null,null,
		['Portal', 'http://www.oz-gmbh.de'],
		['News', 'http://www.oz-gmbh.de/news.htm'],
	],
	['Produkte', null, null,
		['lisa Personalzeit','http://www.zeiterfassung.oz-zeitsysteme.de',{'tw' : '_top'}],
		['lisa Zutritt','http://www.zutrittskontrolle.oz-zeitsysteme.de',{'tw' : '_top'}],
		['lisa BDE','http://www.bde.oz-zeitsysteme.de',{'tw' : '_top'}],
		['lisa Projektzeit','http://www.projektzeit.oz-zeitsysteme.de',{'tw' : '_top'}],
		['lisa Personal','http://www.hr.oz-zeitsysteme.de',{'tw' : '_top'}],
		['lisa Voyager','http://www.reisekosten.oz-zeitsysteme.de',{'tw' : '_top'}],
	],
	['Contact', null, null,
		['Kontaktformular', 'http://www.oz-gmbh.de/feedback_php.htm'],
		['E-mail', 'mailto:info@oz-gmbh.de'],
	],
	['Sprache', null,null,
		['<img border="0" src="http://webspace.oz-web.com/ozhome/_borders/images/icon_flag_uk_22x14.gif" width="22" height="14"> englisch',"javascript:lang('en')",null],
		['<img border="0" src="http://webspace.oz-web.com/ozhome/_borders/images/icon_flag_germany_22x14.gif" width="22" height="14"> deutsch',"javascript:lang('de')",null],
	],
	['Impressum/Recht','jur_impressum.htm', null,
		['Impressum','jur_impressum.htm',null],
		['Rechtliche Hinweise','jur_legalnotice.htm',null],
		['Datenschutz','jur_datenschutz.htm',null],
	],
];

