//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 //
////////////////////////////////////


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='0952AC', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='0952AC', Direction=135, Strength=20)" // 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
"0952AC",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"5CC8F1",			// Mouse On Background Color
"043798",			// Menu Border Color 
12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial",			// Font Name
3,				// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 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
125,				// Menu Top - The Top position of the menu in pixels
30,				// Menu Left - The Left position of the menu in pixels
85,				// Menu Width - Menus width in pixels
0,				// 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)
"",			// 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)
,					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"HOME","Englishindex.aspx",,"",1
,"COMPANY","show-menu=overview",,"",1
,"PRODUCTS","show-menu=PRODUCTS",,"",1
,"DOWNLOADS","download.htm",,"",1
//,"SERVICES","show-menu=services",,"",1
,"ORDER NOW","request.aspx",,"",1
//,"PARTNERS","partners.htm",,"",1
,"CONTACT US","contactus.htm",,"",1
])
	addmenu(menu=["overview",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"PROFILE","profile.htm","Main Page",,1
	,"PHOTO GALLERY","gallery.htm",,,1
	,"STAFF MEMBERS","staff.htm",,,1
//	,"CUSTOMER LIST","customers.htm",,,1
	,"PRESS","press.htm",,,1
	,"CAREERS","careers.htm",,,1
	])

//	addmenu(menu=["services",
//	,,150,,"",style1,,"left",effect,,,,,,,,,,,,
//	,"DOWNLOADS","show-menu=service1","download.htm","The user here can download either the tech. data sheet or user manual for each product",1
//	,"DOWNLOADS", "download.htm",,,1
//	,"SUBMIT REQUEST","request.aspx",,,1
//	,"FREE CONSULTANCY","englishConsultancy.aspx",,,1
//	])

	addmenu(menu=["service1",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM Series","show-menu=service2",,"",1
	,"DPM Plus Series","show-menu=service3",,"",1
	,"PFC","pfc.pdf",,,1
	,"A.C Stabilizers","show-menu=service10",,"",1
	,"Other downloads ","download.htm",,,1
	,"Products Video Cartoon ","sigma.exe","Main Page",,1
	,"Calibration Cerificates","DPM09_NIS_CERT2.pdf","Main Page",,1
	])

	addmenu(menu=["service2",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"Catalogue","DPMSeries.pdf",,,1
	,"User Manual","show-menu=service5",,"",1
	,"Tech. Datasheet","show-menu=service6",,"",1
	])

	addmenu(menu=["service3",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"Catalogue","DPMPSeries.pdf",,,1
	,"User Manual","show-menu=service8",,"",1
	,"Tech. Datasheet","show-menu=service9",,"",1
	])

	addmenu(menu=["service4",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM 09","dpm09.pdf","Main Page",,1
	,"DPM 10","dpm10.pdf",,,1
	,"DPM 11","dpm11.pdf",,,1
	,"DPM 12","dpm12.pdf",,,1
	,"DPM 13","dpm13.pdf",,,1
	,"DPM 14","dpm14.pdf",,,1
	])

	addmenu(menu=["service5",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM 09","userdpm09.pdf","Main Page",,1
	,"DPM 10","userdpm10.pdf",,,1
	,"DPM 11","userdpm11.pdf",,,1
	,"DPM 12","userdpm12.pdf",,,1
	,"DPM 13","userdpm13.pdf",,,1
	,"DPM 14","userdpm14.pdf",,,1
	])

	addmenu(menu=["service6",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM 09","techdpm09.pdf","Main Page",,1
	,"DPM 10","techdpm10.pdf",,,1
	,"DPM 11","techdpm11.pdf",,,1
	,"DPM 12","techdpm12.pdf",,,1
	,"DPM 13","techdpm13.pdf",,,1
	,"DPM 14","techdpm14.pdf",,,1
	])

	addmenu(menu=["service7",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM OV/UV","dpmov.pdf","Main Page",,1
	,"DPM OL","dpmol.pdf",,,1
	,"DPM Ph.rot","dpmph.pdf",,,1
	])

	addmenu(menu=["service8",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM OV/UV","userdpmov.pdf","Main Page",,1
	,"DPM OL","userdpmol.pdf",,,1
	,"DPM Ph.rot","userdpmph.pdf",,,1
	])

	addmenu(menu=["service9",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM OV/UV","techdpmov.pdf","Main Page",,1
	,"DPM OL","techdpmol.pdf",,,1
	,"DPM Ph.rot","techdpmph.pdf",,,1
	])

	addmenu(menu=["service10",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"Catalogue","show-menu=service12",,"",1
	,"User Manual","acuser.htm",,"",1
	,"Tech. Datasheet","show-menu=service11",,"",1
	])

	addmenu(menu=["service11",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"Static Stabilizer","acstabilizer.pdf","Main Page",,1
	,"Turbo Series Servo Stabilizers","Turbo10-1.pdf",,,1
	])

	addmenu(menu=["service12",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"Static Stabilizer","acstabilizer.pdf","Main Page",,1
	,"Turbo Series Servo Stabilizers","Turbo10-1.pdf",,,1
	])

	addmenu(menu=["download2",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM 09","dpm09.htm","Main Page",,1
	,"DPM 10","dpm101.htm",,,1
	,"DPM 11","dpm11.htm",,,1
//	,"DPM 12","dpm12.htm",,,1
	,"DPM 13","dpm13.htm",,,1
//	,"DPM 14","dpm14.htm",,,1
	])

	addmenu(menu=["download3",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM OV/UV","dpmov.htm","Main Page",,1
	,"DPM OL","dpmol.htm",,,1
//	,"DPM Ph.rot","ph.htm",,,1
	])

	addmenu(menu=["dpm",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DPM Series","show-menu=download2",,"",1
	,"DPM Plus Series","show-menu=download3",,"",1
	])

	addmenu(menu=["stabilizer",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"AC Static Stabilizer","static.htm",,,1
	,"AC Servo Stabilizers","turbo.htm",,,1
	])

	addmenu(menu=["PRODUCTS",
	,,130,,"",style1,,"left",effect,,,,,,,,,,,,
	,"DIGITAL PANEL MULTIMETERS","show-menu=dpm",,"",1
	,"POWER FACTOR CONTROLLER","smart06-A_TechnDS.pdf","Main Page",,1
	,"AC VOLTAGE STABILIZER","show-menu=stabilizer",,"",1
// 	"acstabilizers.htm",,,1
//	,"OTHER PRODUCTS","otherproducts.htm",,,1
	])

dumpmenus()