/* Tigra Menu items structure */
var MENUVI = [0];
var MENUVI = screen.height/4;
var MENU_ITEMS = [
	['Start', 'index.php', {'tw':'_self','sb':'Startpage Weber GmbH'}],
	['Area of operation', 'ber1.php', {'tw':'_self','sb':'Areas of Operation'},
		['Development | Construction', 'ber1.php', {'tw':'_self','sb':'Development and Construction'}],
		['Electronics | Software', 'ber2.php', {'tw':'_self','sb':'Electronics and Software'}],
		['Test laboratory | Simulation', 'ber5.php', {'tw':'_self','sb':'Test laboratory and environmental simulation'}],
		['System units | Special machines', 'ber4.php', {'tw':'_self','sb':'System units and special purpose machines'}],
		['Test stands | Assembly automation', 'ber6.php', {'tw':'_self','sb':'Test stands and Montageautomation'}],
		['Production | Assembly | Service', 'ber3.php', {'tw':'_self','sb':'Production, Assembly and Service'}]
	],
	['Info Center', '../deu/aktuell.php', {'tw':'_self','sb':'Current news at Weber GmbH'},
		['Current news | Press', '../deu/aktuell.php', {'tw':'_self','sb':'Current news at Weber GmbH'}],
		['Translations | Marketing', 'sprache.php', {'tw':'_self','sb':'Translations and Marketing'}],
		['Flyer | Brochures', 'download.php', {'tw':'_self','sb':'Flyer and Brochures'}],
		['Technology | Sculpture', 'kunst.php', {'tw':'_self','sb':'Technology and Sculpture'}]
	],
	['Job World', 'jobs.php', {'tw':'_self','sb':'Job world at Weber GmbH'},
		['Job offers', '../deu/stellen.php?tab=stellen', {'tw':'_self','sb':'Job offers at Weber GmbH'}],
		['Application', 'bewerb.php?lnr=no', {'tw':'_self','sb':'Your application'}],
		['Job training', '../deu/stellen.php?tab=aus', {'tw':'_self','sb':'Traineeships at Weber GmbH'}],
		['Internship | Diploma', '../deu/stellen.php?tab=diplom', {'tw':'_self','sb':'Internship and diploma at Weber GmbH'}]
	],
	['About us', 'firma.php', {'tw':'_self','sb':'Something important about Weber GmbH'},
		['The company', 'firma.php', {'tw':'_self','sb':'The company Weber GmbH'}],
		['History', 'historie.php', {'tw':'_self','sb':'History since 1979'}],
		['Personality', 'vita.php', {'tw':'_self','sb':'Personality'}],
		['Networks', 'netz.php', {'tw':'_self','sb':'Weber GmbH is a member of the following networks'}],
		['Video', '../index.php', {'tw':'_self','sb':'Video about Weber GmbH'}]
	],
	['Contact', 'anfahrt.php', {'tw':'_self','sb':'How to reach us'},
		['Adress | Routing', 'anfahrt.php', {'tw':'_self','sb':'How to reach us'}],
		['Email', 'kontakt.php', {'tw':'_self','sb':'Contact via email to Weber GmbH'}],	
		['Contact person', 'partner.php', {'tw':'_self','sb':'Your contact person'}]
	],
	['WIP', 'wip.php', {'tw':'_self','sb':'Weber Intranet-Portal'}]
];