// The following line is critical for menu operation, and must appear only once.

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled.

////////////////////////////////////

timegap=500					// The time delay for menus to remain visible
followspeed=5					// Follow Scrolling speed
followrate=20					// Follow Scrolling Rate
suboffset_top=0;				// Sub menu offset Top position 
suboffset_left=-1;				// Sub menu offset Left position
effect = "fade(duration=0.3);)" // works only for IE5.5 and above

style1=[					// style1 is an array of properties. Menus can have their own style
"FFFFFF",					// Mouse Off Font Color
"transparent",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"58A618",					// Mouse On Background Color
"596166",					// Menu Border Color
11,						// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Arial",				// Font Name
4,						// Menu Item Padding
"images/arrow_d.gif",				// Sub Menu Image (Leave blank if not needed)
,						// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer Item Font Color (leave blank to disable)
,						// Referer Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[					// style1 is an array of properties. Menus can have their own style
"FFFFFF",					// Mouse Off Font Color
"596166",					// Mouse Off Background Color
"000000",					// Mouse On Font Color
"58A618",					// Mouse On Background Color
"596166",					// Menu Border Color
11,						// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Arial",				// Font Name
4,						// Menu Item Padding
"images/arrow_d.gif",				// Sub Menu Image (Leave blank if not needed)
,						// 3D Border & Separator bar
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,						// Referer Item Font Color (leave blank to disable)
,						// Referer Item Background Color (leave blank to disable)
,						// Top Bar image (Leave blank to disable)
,						// Menu Header Font Color (Leave blank if headers are not needed)
,						// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[					// This is the array that contains your menu properties and details
"mainmenu",					// Menu Name - This is needed in order for the menu to be called
212,						// Menu Top - The Top position of the menu in pixels
335,						// Menu Left - The Left position of the menu in pixels
76,						// Menu Width - Menus width in pixels
,						// Menu Border Width 
,						// Screen Position - here you can use "center;left;right;middle;top;bottom" 
style1,						// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",						// Alignment - sets the menu elements text alignment, valid here: left, right, center
,						// Filter - Text variable for setting transitional effects on menu activation		
,						// Follow Scrolling
1, 						// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,						// Keep Alive - Keeps the menu visible until the user moves over another menu
"right",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use


,"Über uns","show-menu=ueber",,"",0
,"Produkte","show-menu=produkte",,"",0
,"Umwelt","show-menu=umwelt",,"",0
,"Recycling","recycling.html",,"",0
,"Kontakt","kontakt.html",,"",0
,"Karriere","show-menu=karriere",,"",0
,"Videos","videos.html",,,1
,"Schulen","schulen.html",,,1
])

addmenu(menu=["aktuell",,,147,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Aktuell","aktuell.html",,,1
,"Archiv","archiv.html",,,1
])

addmenu(menu=["ueber",,,147,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Über uns","ueber_uns.html",,,1
,"Kernbotschaften","kernbotschaften.html",,,1
,"Werte","werte.html",,,1
,"Meilensteine","meilensteine.html",,,1
,"Produktion","produktion.html",,,1
,"Papierherstellung","papier_herstellung.html",,,1
,"Zertifizierungen","zertifizierungen.html",,,1
,"AGB","../pdf/AGB_de.pdf target=blank",,,1
,"Presse & Publikationen","presse.html",,,1
,"Galerie","galerie.html",,,1
])

addmenu(menu=["produkte",,,147,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Unsere Produkte","produkte.html",,,1
,"Papier Glossar","papier_glossar.html",,,1
])

addmenu(menu=["umwelt",,,147,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Umwelt","umwelt.html",,,1
,"Umwelterklärungen","umwelt_erklaerungen.html",,,1
])

addmenu(menu=["karriere",,,144,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Jobs","jobs.html",,,1
,"Lehrstellen","lehrstellen.html",,,1
])



//////////////////////////////////

// Editable properties END here //

//////////////////////////////////

dumpmenus() // This must be the last line in this file

