<!--
	/////////////////////////////////////////////////////////////////////////////////
	//	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 = 128;				// 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
//#009A7B	var tdOff = "#5293D1";				// The roll off/default color for the table cell
	var tdOff = "#009A7B";				// The roll off/default color for the table cell
//	#007157var tdOn = "#1D7FDB";				// The roll over color for the table cell
    var tdOn = "#007157";				// 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";		// 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 = 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=50,width=795,height=400');
	}
	var dropDownArray = new Array( 
									[0,0,0,0,0,0],
										[90,	[["企业概况","/company/company01.htm"],
											["历史传承","/company/company08.htm"], 
											["企业文化","/company/company09.htm"], 
											["海信在世界","/company/company13.htm"], 
											["海信科技","/company/company17.htm"], 
											["投资者园地","/company/company19.htm"],
											["海信荣誉","/company/company26.htm"], 
											["海信生产力","/company/company27.htm"], 
											["合作伙伴","/company/company28.htm"], 
                                            ["友情链接","/company/company29.htm"]],98],
										[170, 	[["家电","/products/elec_set/tv/index.jsp?cid=01&pscatName=电视&pcatName=家电&pscatId=0101"], 
											["通信","/products/elec_set/tv/index.jsp?cid=02&pcatName=通信&pscatId=0201&pscatName=移动电话"], 
											["IT","/products/elec_set/tv/index.jsp?cid=03&pcatName=IT&pscatId=0301&pscatName=软件及集成"], 
											["商用设备","/products/elec_set/tv/index.jsp?cid=04&pcatName=商用设备&pscatId=0401&pscatName=商用空调"], 
											["光电类","/products/elec_set/tv/index.jsp?cid=05&pcatName=光电类&pscatId=0501&pscatName=光电"],
											["服务类","/products/services/saver/index.htm"], 
											["地产类","/products/realty/index.htm"], 
											["模具","/products/model/model/index.htm"],
											["产品体验","javascript:windowopen();"]],				98],
										[250, 	[["集团新闻","/news/info.jsp?id=00"], 
											["媒体报道","/news/info.jsp?id=01"], 
											["重要事件","/news/info.jsp?id=02"], 
											["海信观点","/news/info.jsp?id=03"], 
											["产品动态","/news/info.jsp?id=04"], 
											["公益事业","/news/info.jsp?id=06"], 
											["最新专题","/news/info.jsp?id=08"]],              97],
										[330,	[["海信服务","/consumer/customer01.htm"],
										    ["服务网络","/consumer/customer04.htm"], 
											["在线服务","/consumer/customer05.jsp"], 
											["下载","/consumer/customer09.htm"]], 		98],
										[410,	[["会员中心","/member/member01.htm"],
										    ["广告欣赏","/member/member03.htm"], 
											["电子贺卡","/member/member04.htm"], 
											["屏保壁纸","/member/member05.htm"], 
											["调查问卷","/member/member06.htm"], 
											["趣味下载","/member/member07.htm"], 
											["在线游戏","/member/member08.htm"]], 		98],
										[490,	[["人才战略","/hr/hr01.htm"],
										    ["人才招聘","/hr/hr02.jsp"], 
											["博士后工作站","/hr/hr05.htm"], 
											["人才培训","/hr/hr06.htm"]], 		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;
// -->
