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
"关于我们","show-menu2",,"公司简介",1,
"产品展示","show-menu3",,"产品展示",1,
"生产实力","show-menu4",,"生产实力",1,
"客户服务","show-menu5",,"客户服务",1,
"联系我们","show-menu6",,"联系我们",1
]
menu2=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"公司简介", "profile.asp",,"公司简介",1,
"企业荣誉", "honor.asp",,"企业荣誉",1,
"企业文化", "culture.asp",,"企业文化",1
]	
menu3=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"产品目录","product.asp",,"产品目录",1,
"产品介绍","product.asp",,"产品介绍",1
]
	menu4=[
	,,110,1,"",prop1,,"center",effect,,,,,,, 
	"厂容厂貌","feature.asp",,"厂容厂貌",1,
	"生产车间","workshop.asp",,"生产车间",1
	]
menu5=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"客户留言","leaveword.asp",,"客户留言",1,
"在线订购","order.asp",,"在线订购",1
]
menu6=[
,,110,1,"",prop1,,"center",effect,,,,,,,
"地理位置", "position.asp",,"地理位置",1,
"联系我们", "contact.asp",,"联系我们",1
]