


//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",,"",0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Company","show-menu=Company",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Products","show-menu=Products","products.htm",,0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Solutions","show-menu=Solutions","solutions.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;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","contact_us.php?lang=en",,"",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;Location","location.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;History","history.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Corporate Profile","corporate_profile.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Philosophy","philosophy.htm",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Team","team.htm",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Partners","partners.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Jobs/Openings","employment.php?lang=en",,,0
	])
	
		addmenu(menu=["Team",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Management","management.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Sales Engineering","sales.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Engineering/Development","engineering.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Production","production.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Operations/Accounting/HR","operations.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;Conveying Systems","show-menu=Conveying",,"",0
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Silo & Discharge Systems","show-menu=Silo",,"",0
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Big-Bag Systems","show-menu=Big",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Containment Systems","/products.php?category=containmentsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Dosing Systems","/products.php?category=dosingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Material Intake Systems","/products.php?category=materialintakesystems&lang=en",,,0	
	,"<img src=navigation/images/paw_yellow.gif border=0>&nbsp;Weighing Systems","show-menu=Bag",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Screening Systems","/products.php?category=screeningsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Blending & Mixing Systems","/products.php?category=blindingandmixingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Size Reduction Systems","/products.php?category=sizereductionsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Processing Systems","/products.php?category=processingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;De-dusting Systems","/products.php?category=dedustingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Controls Systems","/products.php?category=controlssystems&lang=en",,,0		
	])
	
			addmenu(menu=["Conveying",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Screw Conveyor Systems","/products.php?category=conveyingsystems&type=screwconveyingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mechanical Conveying Systems","/products.php?category=conveyingsystems&type=mechanicalconveyingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Pneumatical Conveying Systems","/products.php?category=conveyingsystems&type=pneumaticalconveyingsystems&lang=en",,,0
	])
	
	
				addmenu(menu=["Silo",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Silo Systems","/products.php?category=silodischargesystems&type=silosystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Discharge Systems","/products.php?category=silodischargesystems&type=dischargesystems&lang=en",,,0		
	])
	
	
						addmenu(menu=["Big",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Big-Bag Loading Systems","/products.php?category=bigbagsystems&type=bigbagloadingsystems&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Big-Bag Discharge Systems","/products.php?category=bigbagsystems&type=bigbagdischargesystems&lang=en",,,0			
	])
	
	
						addmenu(menu=["Bag",
	,,220,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Bin Weighing Systems ","/products.php?category=weighingsystems&type=containerscales&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Bag Filling & Weighing Systems","/products.php?category=weighingsystems&type=bagfillingandwighingunit&lang=en",,,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;Foods Industry","show-menu=Foods",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Animal Feed Production","/solutions.php?category=animalfeedproductions&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Chemical Industry","/solutions.php?category=chemicalindustry&lang=en",,"",0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Plastics Production","/solutions.php?category=plasticsproduction&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Building Materials Production","/solutions.php?category=buildingmaterialsproduction&lang=en",,,0		
	])
	
							addmenu(menu=["Foods",
	,,190,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Bakery & Pastry Ingredients","/solutions.php?category=foodsindustry&type=bakeryandpastry&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Sweets & Confectionary","/solutions.php?category=foodsindustry&type=sweetsandconfectionary&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Spices & Herbs","/solutions.php?category=foodsindustry&type=seasonings&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Drinks & Juices","/solutions.php?category=foodsindustry&type=drinksandjuices&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Industrial Bakeries","/solutions.php?category=foodsindustry&type=industrialbakeries&lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Grain Mills","/solutions.php?category=foodsindustry&type=grainmills&lang=en",,,0				
	])	
	
		
////////////////////////////////////////////        E N D        S O L U T I O N S    ///////////////////////////////////////////////////////////////





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



	addmenu(menu=["Service",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Engineering","services_engineering.htm",,"",0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Project-Management","project_management.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mounting & Taking Into Operation","mounting.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;After Sales Service","maintenance.htm",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Fluting Facility","fluting_facility.htm",,,0	
	])
	
	
	addmenu(menu=["Engineering",
	,,210,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Process Oriented System Design","process_design.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Flow Schematics","flow_schematics.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Project Description","project_description.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;CAD Engineering Design","CAD_design.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Mounting Planning","mounting_planning.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Setup of Specifications","setup_specifications.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;CE Hallmark","CE_hallmark.htm",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Documentation","documentation.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=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;News & Events","news.php?lang=en",,,0	
	,"<img src=navigation/images/paw.gif border=0>&nbsp;Press Releases","pressrelease.php?lang=en",,,0
	,"<img src=navigation/images/paw.gif border=0>&nbsp;News Archive","newsarchive.php?lang=en",,,0
	])	
	

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


dumpmenus()

