<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	THE FOLLOWING ARE THE ONLY VARIABLES AND ARRAY THAT WILL NEED TO BE CHANGED
	//
	
	var tableWidth = 780;				// The size of the top navigation table
	var delay = 100;					// The length of time to hide the previous layer
	var offsetWidth = 80;				// This is the width between the start of the table to the top navigation
	var layoutSize = 780;				// 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
	
//36---政府部门规章
//37---规范性文件
//38---物件文件
//40---国家标准
//41---行业标准
//43---资质管理
//44---产品管理
//46---建筑工程
//47---专业工程
//48---审核信息
//49---验收信息
//52---检测标准
//53---检测流程
//54---相关政策
//55---检测信息
//57---雷电预警
//58---闪电资料
//59---闪电知识
//60---图片集锦
//62---公告栏
//63---行业动态
//64---灾情收集
//65---法律
	// [ 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,	 [["　江苏省防雷减灾局","instr.asp"],["　江苏省防雷中心","instr1.asp"],["　江苏省气象学会","instr2.asp"]],98], 
										[80,[["　法律","morenews.asp?news_xclass=65"],["　政府部门规章","morenews.asp?news_xclass=36"],["　规范性文件","morenews.asp?news_xclass=37"],["　物价文件","morenews.asp?news_xclass=38"]],				98],
										[150,[["　国家标准","morenews.asp?news_xclass=40"],["　行业标准","morenews.asp?news_xclass=41"]],97],
										[210,[["　资质管理","morenews.asp?news_xclass=43"],["　资格管理","morenews.asp?news_xclass=81"],["　产品管理","morenews.asp?news_xclass=44"]],98],
										[290,[["　建筑工程","morenews.asp?news_xclass=46"],["　专业工程","morenews.asp?news_xclass=47"],["　审核信息","morenews.asp?news_xclass=48"],["　验收信息","morenews.asp?news_xclass=49"]],98],
										[360,[["　检测标准","morenews.asp?news_xclass=52"],["　检测流程","morenews.asp?news_xclass=53"],["　相关政策","morenews.asp?news_xclass=54"],["　检测信息","morenews.asp?news_xclass=55"]],98],
										[430,[["　雷电预警","morenews.asp?news_xclass=57"],["　闪电资料","morenews.asp?news_xclass=58"],["　灾情收集","morenews.asp?news_xclass=64"],["　雷电知识","morenews.asp?news_xclass=59"],["　图片集锦","morenews.asp?news_xclass=60"]],98],
										[510,[["　公告栏","morenews.asp?news_xclass=62"],["　行业动态","morenews.asp?news_xclass=63"],["　公司介绍","List_Company.asp"],["　产品介绍","pro.asp"]],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;
// -->