


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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 if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.1);Alpha(style=0,opacity=85);Shadow(color='#777777', Direction=150, Strength=4)"
}
else
{
	effect = "Shadow(color='#777777', Direction=150, Strength=2)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"D66111",				// Mouse Off Background Color
"F3E72E",				// Mouse On Font Color
"D66111",				// Mouse On Background Color
,				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",				// Font Name
6,						// Menu Item Padding
,						// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
,						// 3D High Color
,						// 3D Low Color
,				// Current Page Item Font Color (leave this blank to disable)
,    					// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this 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
139,				// Menu Top - The Top position of the menu in pixels
,   				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
"center",			// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
,				    // Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
1,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
0,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home","index.php?lang=de",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unternehmen","show-menu=Company",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Produkte","show-menu=Products","products_de.htm",,0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lösungen","show-menu=Solutions","solutions_de.htm","",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Service","show-menu=Service",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;News","show-menu=News",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kontakt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","contact_us.php?lang=de",,"",0
])



///////////////////////////////     C O M P A N Y    //////////////////////////////////////////////////////////////////////////////




	addmenu(menu=["Company",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Standort","location_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Chronik","history_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Firmenprofil","corporate_profile_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Philosophie","philosophy_de.htm",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Team","team_de.htm",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Partner","partners_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Jobs/Karriere","employment.php?lang=de",,,0	
	])
	
		addmenu(menu=["Team",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Management","management_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Verkäufe","sales_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Technik","engineering_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Maschinenwerkstatt","machine_shop_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Betriebe/Buchhaltung/HR","operations_de.htm",,,0	
	])
	
	
	
///////////////////////////////////////    E N D     C O M P A N Y     //////////////////////////////////////////////////////////////////////////////////////



//////////////////////////////////////   P R O D U C T S  ////////////////////////////////////////////////////////////////////////////////////
		
	addmenu(menu=["Products",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Fördersysteme","show-menu=Conveying",,"",0
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Silo & Austragsysteme","show-menu=Silo",,"",0
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Big-Bag Systeme","show-menu=Big",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Containersysteme","/products.php?category=containmentsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Dosiersysteme","/products.php?category=dosingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Produktaufgabesysteme","/products.php?category=materialintakesystems&lang=de",,,0	
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Wiegesysteme","show-menu=Bag",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Siebsysteme","/products.php?category=screeningsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mischsysteme","/products.php?category=blindingandmixingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mahlsysteme","/products.php?category=sizereductionsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Aufbereitungssysteme","/products.php?category=processingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Entstaubungssystme","/products.php?category=dedustingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Steuerungstechnik","/products.php?category=controlssystems&lang=de",,,0		
	])
	
			addmenu(menu=["Conveying",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Förderschnecken","/products.php?category=conveyingsystems&type=screwconveyingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mechanische Fördersysteme","/products.php?category=conveyingsystems&type=mechanicalconveyingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Pneumatische Fördersysteme","/products.php?category=conveyingsystems&type=pneumaticalconveyingsystems&lang=de",,,0
	])
	
	
				addmenu(menu=["Silo",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,	,"<img src=navigation/images/paw.gif border=0>&nbsp;Silosysteme","/products.php?category=silodischargesystems&type=silosystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Austragsysteme","/products.php?category=silodischargesystems&type=dischargesystems&lang=de",,,0		
	])

	
	
						addmenu(menu=["Big",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Big-Bag Befüllsysteme","/products.php?category=bigbagsystems&type=bigbagloadingsystems&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Big-Bag Entleersysteme","/products.php?category=bigbagsystems&type=bigbagdischargesystems&lang=de",,,0			
	])
	
	
						addmenu(menu=["Bag",
	,,220,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Behälterwiegesysteme","/products.php?category=weighingsystems&type=containerscales&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Absack-Wiegesysteme","/products.php?category=weighingsystems&type=bagfillingandwighingunit&lang=de",,,0
	])
	
	

//////////////////////////////////////////   E N D     P R O D U C T S    /////////////////////////////////////////////////////////////////////////////





///////////////////////////////////////////   S O L U T I O N S   ///////////////////////////////////////////////////////////////////


	
		addmenu(menu=["Solutions",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Lebensmittelindustrie","show-menu=Foods",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Tiernahrungserzeugung","/solutions.php?category=animalfeedproductions&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Chemische Industrie","/solutions.php?category=chemicalindustry&lang=de",,"",0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Kunststofferzeuger","/solutions.php?category=plasticsproduction&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Baustofferzeuger","/solutions.php?category=buildingmaterialsproduction&lang=de",,,0		
	])
	
							addmenu(menu=["Foods",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Backmittel","/solutions.php?category=foodsindustry&type=bakeryandpastry&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Süßwaren & Confitüre","/solutions.php?category=foodsindustry&type=sweetsandconfectionary&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Gewürzmischungen","/solutions.php?category=foodsindustry&type=seasonings&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Großbäckereien","/solutions.php?category=foodsindustry&type=industrialbakeries&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Getränkehersteller","/solutions.php?category=foodsindustry&type=drinksandjuices&lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mühlenbetriebe","/solutions.php?category=foodsindustry&type=grainmills&lang=de",,,0				
	])	
	
		
////////////////////////////////////////////        E N D        S O L U T I O N S    ///////////////////////////////////////////////////////////////





///////////////////////////////////////       S E R V I C E      //////////////////////////////////////////////////////////////////////////////



	addmenu(menu=["Service",
	,,300,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Engineering","services_engineering_de.htm",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Projekt-Management","project_management_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Montage & Inbetriebnahme Instandhaltung","mounting_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Bereitschaftsdienst","maintenance_de.htm",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Riffelwerk","fluting_facility_de.htm",,,0	
	])
	
	
	addmenu(menu=["Technik",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Prozeß Orientierte Systemdesign","process_design_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;FlußcDiagramme","flow_schematics_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;ProjektbeschreibungProjektbeschreibung","project_description_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;CAD Technik des Designs","CAD_design_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Montageplanung","mounting_planning_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Einstellung von Spezifikationen","setup_specifications_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;CE Hallmark","CE_hallmark_de.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Unterlagen","documentation_de.htm",,,0				
	])
	
	
	
/////////////////////////////////   E N D   S E R V I C E     /////////////////////////////////////////////////////////////



////////////////////////////////////   N E W S  //////////////////////////////////////////////////////////////////////////
	
	
	
	addmenu(menu=["News",
	,,170,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Newsletter","newsletter.php?lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;News & Events","news.php?lang=de",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Publikationen","pressrelease.php?lang=de",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Archive","newsarchive.php?lang=de",,,0
	])	
	

///////////////////////////    E N D    N E W S   ///////////////////////////////////////////////////////////////


dumpmenus()

