<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var tableWidth = 777;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 140;				// This is the width between the start of the table to the top navigation
	var layoutSize = 777;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#5293D1";				// The roll off/default color for the table cell
	var tdOn = "#1D7FDB";				// The roll over color for the table cell
	var lineSeperatorColor = "#397DBD";	// 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 = "#397DBD";		// This will be the border color around the drop down layers
	var tdClass = "class='dropLinks'";	// Class applied to the links in the table cell
	var tdHeight = "height='20'";		// Height of each table cell
	
	var totalImages = 8	// Total amount of images on top nav
	
	// [ starting left position, [[text link, actual link],[text link, actual link]], layer width ]
	
	var dropDownArray = new Array( [0,0,0,0,0,0,0,0,0,0,0,0],
									
										[25,	[["　管家婆辉煌系列","/grasp/product/gjp/huihuang.htm"],
											["　管家婆财贸双全系列","/grasp/product/gjp/caiwu.htm"], 
											["　管家婆服装系列","/grasp/product/gjp/fz.htm"], 
											["　千方百剂医药系列","/grasp/product/weway/qf.htm"], 
											["　任我行分销ERP","/grasp/ERP/"],
											["　任我行协同CRM","http://www.erps.com.cn"],
											["　加密狗","/grasp/dog/index.htm"],
											["　其他产品","/grasp/product/weway/ip.htm"]],120],
										[97, 	[["　管家婆辉煌系列","/grasp/download/d_sp2008++.htm"],
											["　管家婆财贸双全系列","/grasp/download/d_cmj.htm"],
											["　管家婆财务系列","/grasp/download/d_normal.htm"],
											["　管家婆服装系列","/grasp/download/d_dress.htm"],
											["　千方百剂医药系列","/grasp/download/d_qfbj.htm"],
											["　任我行系列","/grasp/download/d_erp.htm"], 
											["　其他产品","/grasp/download/other.htm"]],118],
										[167, 	[["　服务须知","/grasp/support/bz.htm"],
											["　服务热线","/grasp/support/index.htm"],
											["　用户注册登陆","/grasp/support/index.htm"],
											["　产品培训","/grasp/support/px.htm"],
											["　常见问题","/grasp/support/faq.htm"], 
											["　千方服务中心","/grasp/support/center.htm"],
										    ["　产品防伪识别","/grasp/support/self_help.htm"]],108],
										[240, 	[["　进销存、标准财务","/grasp/user/gjp01.htm"],
											["　医药行业管理","/grasp/user/qfbj01.htm"],
											["　服装行业管理","/grasp/user/fz01.htm"],
											["　分销管理","/grasp/user/erp01.htm"],
											["　CRM ","/grasp/user/crm01.htm"]],108],
										[315, 	[["　软件代理商","/grasp/us/associate2_1.htm"],
											["　咨询及培训机构","/grasp/us/associate2_2.htm"],
											["　硬件供应商","/grasp/us/associate2_3.htm"],
											["　媒体传播","/grasp/us/associate2_4.htm"]],120],
										[388, 	[],88],
										
										[470, 	[],88]
																						
								);
	// 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;
// -->