<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var tableWidth = 778;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 0;				// This is the width between the start of the table to the top navigation
	var layoutSize = 778;				// This is the width of the entire site
	
	// This is where you change the table cells attributes
	var tdOff = "#FECB00";				// The roll off/default color for the table cell
	var tdOn = "#FDDF59";				// The roll over color for the table cell
	var lineSeperatorColor = "#69480A";	// 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 = "#69480A";		// 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 = 14	// 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,	[["学校简介","../xxgk/index.htm"], 
											 ["办学设施","../xxgk/bxsheshi.asp"], 
										         ["办学思想","../xxgk/bxss.asp"],
                                                                                         ["校园风光","../xxgk/xyfg.asp"]],55],
										[55,	[ 
											["管理体系","../xxgl/index.asp"],
											["机构设置","../xxgl/jgsz.htm"], 
						                                        ["规章制度","../xxgl/gzzd.asp"]], 		55],
										[111, 	[["领导班子","../szdw/index.htm"], 
											["教师队伍","../szdw/jsdw.asp"], 
											["名师风采","../szdw/msfc.asp"]],				55],
										[168, 	[["教学活动","index.asp"], 
											["教研活动","jyhd.asp"], 
											["德育动态","dydt.asp"], 
											["教学成果","jxcg.asp"], 
											["教育资源","jyzy.asp"]], 		55],
										[222,	[["国外交流","../dyjl/index.asp"], 
											["国内交流","../dyjl/gnjl.asp"], 
											["校际交流","../dyjl/xjjl.asp"], 
											["对外辐射","../dyjl/dwfs.asp"]], 		55],
                                                                                  
                                                                              [443,	[["招生信息","../zsdt/index.asp"], 
											["招生简章","../zsdt/zsjz.asp"], 
										        ["网上报名","../zsdt/wsbm.asp"]],55],
                                                                                
                                                                                [499,	[["学业指导","../elwx/index.asp"], 
											["家长学校","../elwx/jzxx.asp"], 
										        ["康复咨询","../elwx/kfzx.asp"],
                                                                                        ["教师培训","../elwx/jspx.asp"]],55],
                                                                                
                                                                                [554,	[["校史简介","../xscn/index.htm"], 
											["历任校长","../xscn/lrxz.asp"], 
                                                                                        ["重大活动回顾","../xscn/zdhdhg.asp"], 
										        ["荣誉室","../xscn/rys.asp"]],55], 
                                                                               
                                                                                [609,	[["学术论文","../xsyd/index.asp"], 
											["课题研究","../xsyd/ktyj.asp"], 
										        ["学术动态","../xsyd/xsdt.asp"]],55],
                                                                                 [665,	[
											["校园动态","../xydt/index.asp"], 
										        ["教育新闻","../xydt/jyxw.asp"]],55]




								);
	// 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;
// -->