<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	
	var tableWidth = 1002;				// 大小顶部导航表
	var delay = 300;					// 隐藏前层的时间长度
	var offsetWidth = 128;				// 这是宽度之间的开始，该表顶部导航
	var layoutSize = 1002;				// 这是宽度，整个网站
	
	// This is where you change the table cells attributes
//#009A7B	var tdOff = "#5293D1";				// The roll off/default color for the table cell
	var tdOff = "#029A02";				// The roll off/default color for the table cell
//	#007157var tdOn = "#1D7FDB";				// The roll over color for the table cell
    var tdOn = "#FF9F34";				// The roll over color for the table cell
	var lineSeperatorColor = "#EFF3F7";	// This is the color of the line that seperated the links in the layer
	var border = true;					// Show border if set to true
	var borderColor = "#EFF3F7";		// 边框颜色
	var tdClass = "class='dropLinks'";	// Class applied to the links in the table cell
	var tdHeight = "height='20'";		//   行高度
	
	var totalImages = 6	// Total amount of images on top nav	
	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	function windowopen(){
		window.open('/products/flash.htm','_blank','toolbar=no,resizable=no,scrollbars,dependent,left=100,top=70,width=795,height=400');
	}
	var dropDownArray = new Array( 
									[0,0,0,0,0,0],
                                      [40, [["公司简介","gsjj.asp?ID=181"],
											["资质证书","qyzz.asp"],  
											["管理团队","gltd.asp?ID=182"], 
											["组织机构","zzjg.asp?ID=183"], 
											["企业文化","qywh.asp?ID=184"],
                                            ["发展历程","fzlc.asp?ID=185"],
											["经理致辞","jlzc.asp?ID=186"]],98],
										[170, 	[],				98],
										[250, 	[],              97],
										[316,	[["QSE管理","qse.asp?ID=187"],  
											["质量管理","zlgl.asp?ID=188"]], 		98],
										[740,	[["人才招聘","rczp.asp"], 
											["设备租赁","sbzl.asp?ID=189"], 
											["业务联系","ywlx.asp?ID=190"]], 		98],
										[490,	[], 		98]
								);
	// HOW TO CALL AN INDEX OF THE ARRAY:								
	//dropDownArray[0][0] = Left Position;
	//dropDownArray[0][2] = num;
	//dropDownArray[0][1][0][0] = link Text;
	//dropDownArray[0][1][0][1] = actual link;
// -->
