<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var tableWidth = 725;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 144;				// This is the width between the start of the table to the top navigation
	var layoutSize = 725;				// 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 = 5	// 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],
										[101,	[["　业界动态","/news/1"],
											["　资源分享","/news/2"], 
											["　网络营销","/news/3"], 
											["　案例分析","/news/4"], 
											["　网络创业","/news/5"], 
											["　网络广告","/news/6"], 
											["　互联网","/news/7"], 
											["　站长们","/news/8"], 
											["　网络X客","/news/9"], 
											["　网络赚钱","/news/10"], 
											["　域名信息","/news/13"], 
											["　网络法律","/news/12"]],98], 
										[201, 	[["　网站设计","/teach/1"], 
											["　网络安全","/teach/2"], 
											["　多媒体应用","/teach/3"], 
											["　搜索排名","/teach/4"], 
											["　ASP教程","/teach/5"], 
											["　CGI教程","/teach/6"], 
											["　PHP教程","/teach/7"], 
											["　JSP教程","/teach/8"], 
											["　.NET教程","/teach/9"], 
											["　数据库教程","/teach/10"],
											["　其它教程","/teach/11"],
											["　Javascript","/teach/12"]],				98],
										[301, 	[["　阳光易购","http://www.goldtimes.net"], 
											["　阳光行动","http://www.goldtimes.net"], 
											["　阳光E刊","http://www.goldtimes.net"], 
											["　阳光会员","http://www.goldtimes.net"]],              98],
						             [302,	[["　实用工具","http://www.goldtimes.net/tools"],
								    		["　网赚培训","http://www.dosoho.net/"], 
                                                                                ["　JS收藏","http://www.goldtimes.net/myjs"], 
										["　资讯聚合","http://my.goldtimes.net"], 
                                                                                ["　电子书","http://www.goldtimes.net/ebook"], 
									        ["　社  区","http://club.goldtimes.net"]], 		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;
// -->

