
var menu_home={divclass:'anylinkmenu', inlinestyle:'display: none;', linktarget:''} //Second menu variable. Same precaution.
menu_home.items=[
];

var menu_company={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#c8d2df', linktarget:''}
menu_company.items=[
	["ABOUT US", "ueberuns.html"],
	["COMPETENCE", "kompetenz.html"],
	["HISTORY", "historie.html"],
	["COOPERATION", "kooperation.html"]
];

var menu_products={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#c8d2df', linktarget:''}
menu_products.items=[
	["PRODUCTS", "produkte.html"],
	["INDIVIDUAL PREPARATION", "zubereitung.html"],
	["DRUGS FROM ONCOSACHS", "arzneimittel.html"],
	["STUDY MEDICATIONS", "medikation.html"],
	["ANALYTICS", "analytik.html"],
	["SERVICE", "service.html"]
];

var menu_career={divclass:'anylinkmenu', inlinestyle:'display: none;', linktarget:''}
menu_career.items=[
];


var menu_gallery={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#c8d2df', linktarget:''}
menu_gallery.items=[
	["ENCYCLOPEDIA", "lexikon/"]
];

var menu_contact={divclass:'anylinkmenu', inlinestyle:'width:120px; background:#c8d2df', linktarget:''}
menu_contact.items=[
	["CONTACT US", "kontakt.html"],
	["DIRECTIONS", "anfahrt.html"],
	["LEGAL NOTICE", "impressum.html"]
];

