timegap=800
followspeed=5
followrate=10
suboffset_top=10;
suboffset_left=10;

effect = "fade(duration=0.3);Shadow(color='#777777', Direction=138, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="scrollbars=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
	nwin.focus();
}

prop1=[						// prop1 is an array of properties you can have as many property arrays as you need
"ffffff",					// Off Font Color
"0874B0",					// Off Back Color
"ffffff",					// On Font Color
"18A1E5",					// On Back Color
"DFDFDF",					// Border Color
12,							// Font Size
"normal",					// Font Style 
"normal",					// Font Weight
"Verdana,Tahoma,Helvetica",	// Font
4,							// Padding
"arrow.gif",				// Sub Menu Image
0,							// 3D Border & Separator
"333333",					// 3D High Color
"333333",					// 3D Low Color
"ffffff",					// Referer item Font Color (leave this blank to disable)
"0874B0",					// Referer item Back Color (leave this blank to disable)
]

menu1=[				// This is the array that contains your menu properties and details
255,					// Top
326,					// left
110,					// Width
0,					// Border Width
"",			// Screen Position - here you can use "center;middle;right"
prop1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,					// Filter - Text variable for setting transitional effects on menu activation
,					// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 					// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,					// Position of sub image left:center:right:middle:top:bottom
,					// Show an image on top menu bars indicating a sub menu exists below
,					// Reserved for future use
"ABOUT US","show-menu2",,"ABOUT US",1,
"PRODUCT","show-menu3",,"PRODUCT",1,
"STRENGTH","show-menu4",,"STRENGTH",1,
"SERVICE","show-menu5",,"SERVICE",1,
"CONTACT","show-menu6",,"CONTACT",1
]
menu2=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"Profile", "eprofile.asp",,"Comepany Profile",1,
"Honor", "ehonor.asp",,"Honor",1,
"Culture", "eculture.asp",,"Culture",1
]	
menu3=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"Product List","eproduct.asp",,"Product List",1,
"Introduction","eproduct.asp",,"Introduction",1
]
	menu4=[
	,,110,1,"",prop1,,"center",effect,,,,,,, 
	"Feature","efeature.asp",,"Feature",1,
	"Workshop","eworkshop.asp",,"Workshop",1
	]
menu5=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"Leave Word","eleaveword.asp",,"Leave Word",1,
"Order Online","eorder.asp",,"Order Online",1
]
menu6=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"Position", "eposition.asp",,"Position",1,
"Contact Us", "econtact.asp",,"Contact Us",1
]