/*
 Website Navigation Menu - Version 3.5
*/


//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 //
////////////////////////////////////

// 
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"


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
closeOnClick = true

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.
"black",				// Mouse Off Font Color
"ffffff",			// Mouse Off Background Color
"red",				// Mouse On Font Color
"ffffff",			// Mouse On Background Color
"000000",			// Menu Border Color 
10,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial",			// Font Name
1,					// Menu Item Padding
"images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
"Red",			// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"images/arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy",				// Menu Item Separator Color
]


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
77,					// Menu Top - The Top position of the menu in pixels
210,				// Menu Left - The Left position of the menu in pixels
95,					// Menu Width - Menus width in pixels
,					// Menu Border Width 
,					// 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)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// 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)
,					// 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)
,					// 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)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"ABOUT US","about.htm",,,1
,"PRODUCTS&nbsp;&nbsp;","show-menu=products",,"",1
,"SERVICE","service.htm",,,1
,"ENQUIRY FORM","enquiry.htm",,,1
,"PRESS&nbsp;&nbsp;","show-menu=press",,"",1
,"EVENTS","events.htm",,,1
,"LINKS","links.htm",,,1
])

	addmenu(menu=["press",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"PRESS RELEASE","show-menu=pressr",,,1
	,"eNEWSLETTER","show-menu=enewsletter",,,1
	
])
	
	addmenu(menu=["pressr",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"&nbsp;LATEST PRESS RELEASE","press.htm",,,1
		,"&nbsp;PRESS ARCHIVE","archive.htm",,,1
		])

		addmenu(menu=["enewsletter",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"&nbsp;CURRENT eNEWSLETTER","current_enews.htm",,,1
		,"&nbsp;eNEWSLETTER ARCHIVE","enewsarchive.htm",,,1
])

	addmenu(menu=["products",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"CONVERTING","show-menu=converting",,,1
	,"NARROW WEB","show-menu=narrow web",,,1
	,"WIDE WEB","show-menu=wide web",,,1
	,"PAPER MILL","show-menu=paper mill",,,1
	,"PRE LOVED M/Cs","preloved.htm",,,1
])
	
	addmenu(menu=["converting",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=menuimages/art.jpg border=0>&nbsp;ARTECH","artech.htm",,,1
		,"<img src=menuimages/barth.jpg border=0>&nbsp;BARTHOLOMY","bartholomy.htm",,,1
		,"<img src=menuimages/boschert.jpg border=0>&nbsp;BOSCHERT","boschert.htm",,,1
		,"<img src=menuimages/cmc.jpg border=0>&nbsp;CMC","cmc.htm",,,1
		,"<img src=menuimages/dus.jpg border=0>&nbsp;DUSENBERY","dusenbery.htm",,,1
                ,"<img src=menuimages/ebergrip.jpg border=0>&nbsp;EBERGRIP","ebergrip.htm",,,1
                ,"<img src=menuimages/fife.jpg border=0>&nbsp;FIFE","fife.htm",,,1
		,"<img src=menuimages/kti.jpg border=0>&nbsp;KEENE TECHNOLOGY","kti.htm",,,1
		,"<img src=menuimages/magpowr.jpg border=0>&nbsp;MAGPOWR","magpowr.htm",,,1
                ,"<img src=menuimages/roto.jpg border=0>&nbsp;ROTOFLEX","rotoflex.htm",,,1
		,"<img src=menuimages/teknek.jpg border=0>&nbsp;TEKNEK","teknek.htm",,,1
                ,"<img src=menuimages/tidland.jpg border=0>&nbsp;TIDLAND","tidland.htm",,,1
                ,"<img src=menuimages/tp.jpg border=0>&nbsp;TOOLS & PRODUCTION","tools.htm",,,1
		])

		addmenu(menu=["narrow web",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=menuimages/enercon.jpg border=0>&nbsp;ENERCON","enercon.htm",,,1
                ,"<img src=menuimages/fife.jpg border=0>&nbsp;FIFE","fife.htm",,,1
		,"<img src=menuimages/gew.jpg border=0>&nbsp;GEW","gew.htm",,,1
		,"<img src=menuimages/gray.jpg border=0>&nbsp;GRAYMILLS","graymills.htm",,,1
		,"<img src=menuimages/harper.jpg border=0>&nbsp;HARPER","harper.htm",,,1
                ,"<img src=menuimages/heaford.jpg border=0>&nbsp;HEAFORD","heaford.htm",,,1
                ,"<img src=menuimages/kti.jpg border=0>&nbsp;KEENE TECHNOLOGY","kti.htm",,,1
		,"<img src=menuimages/magpowr.jpg border=0>&nbsp;MAGPOWR","magpowr.htm",,,1
		,"<img src=menuimages/markandy.jpg border=0>&nbsp;MARK ANDY","markandy.htm",,,1
                ,"<img src=menuimages/microclean.jpg border=0>&nbsp;MICROCLEAN","microclean.htm",,,1
                ,"<img src=menuimages/polywest.jpg border=0>&nbsp;POLYWEST","polywest.htm",,,1
		,"<img src=menuimages/roto.jpg border=0>&nbsp;ROTOFLEX","rotoflex.htm",,,1
		,"<img src=menuimages/teknek.jpg border=0>&nbsp;TEKNEK","teknek.htm",,,1
		,"<img src=menuimages/tidland.jpg border=0>&nbsp;TIDLAND","tidland.htm",,,1
                ,"<img src=menuimages/tp.jpg border=0>&nbsp;TOOLS & PRODUCTION","tools.htm",,,1		
		,"<img src=menuimages/trucolor.jpg border=0>&nbsp;TRUCOLOR","trucolor.htm",,,1
		])
		
		addmenu(menu=["wide web",
		,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"<img src=menuimages/bauer.jpg border=0>&nbsp;BAUER","bauer.htm",,,1
		,"<img src=menuimages/dus.jpg border=0>&nbsp;DUSENBERY","dusenbery.htm",,,1
		,"<img src=menuimages/eltex.jpg border=0>&nbsp;ELTEX","eltex.htm",,,1
		,"<img src=menuimages/enercon.jpg border=0>&nbsp;ENERCON","enercon.htm",,,1
		,"<img src=menuimages/fife.jpg border=0>&nbsp;FIFE","fife.htm",,,1
		,"<img src=menuimages/gray.jpg border=0>&nbsp;GRAYMILLS","graymills.htm",,,1
                ,"<img src=menuimages/hab.jpg border=0>&nbsp;HARRIS & BRUNO","hab.htm",,,1
		,"<img src=menuimages/harper.jpg border=0>&nbsp;HARPER","harper.htm",,,1
                ,"<img src=menuimages/heaford.jpg border=0>&nbsp;HEAFORD","heaford.htm",,,1
		,"<img src=menuimages/kuhne.jpg border=0>&nbsp;KUHNE","kuhne.htm",,,1
		,"<img src=menuimages/magpowr.jpg border=0>&nbsp;MAGPOWR","magpowr.htm",,,1
                ,"<img src=menuimages/microclean.jpg border=0>&nbsp;MICROCLEAN","microclean.htm",,,1
		,"<img src=menuimages/polywest.jpg border=0>&nbsp;POLYWEST","polywest.htm",,,1
		,"<img src=menuimages/scae.jpg border=0>&nbsp;SCAE EUROPE","scae.htm",,,1
		,"<img src=menuimages/star.jpg border=0>&nbsp;STARLINGER","starlinger.htm",,,1
		,"<img src=menuimages/teknek.jpg border=0>&nbsp;TEKNEK","teknek.htm",,,1
                ,"<img src=menuimages/tidland.jpg border=0>&nbsp;TIDLAND","tidland.htm",,,1                       ,"<img src=menuimages/trucolor.jpg border=0>&nbsp;TRUCOLOR","trucolor.htm",,,1  	
		])

		addmenu(menu=["paper mill",
		,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
		,"<img src=menuimages/aikawa.jpg border=0>&nbsp;AIKAWA","aikawa.htm",,,1
		,"<img src=menuimages/algas.jpg border=0>&nbsp;ALGAS","algas.htm",,,1
		,"<img src=menuimages/art.jpg border=0>&nbsp;ARTECH","artech.htm",,,1
		,"<img src=menuimages/barth.jpg border=0>&nbsp;BARTHOLOMY","bartholomy.htm",,,1
		,"<img src=menuimages/bielomatik.jpg border=0>&nbsp;BIELOMATIK","bielomatik.htm",,,1
		,"<img src=menuimages/fkc.jpg border=0>&nbsp;FKC","fkc.htm",,,1
		,"<img src=menuimages/basag.jpg border=0>&nbsp;KRIEGER","krieger.htm",,,1
		,"<img src=menuimages/tidland.jpg border=0>&nbsp;TIDLAND","tidland.htm",,,1
		,"<img src=menuimages/quattroll.jpg border=0>&nbsp;QUATTROLL OY","quattroll.htm",,,1
		])

	

	
dumpmenus()
