 
	<!--//
	if(document.getElementById('h_qiehuan')){
		document.getElementById('h_qiehuan1').height=document.getElementById('h_qiehuan2').scrollHeight+5;
		document.getElementById('h_qiehuan1').width=document.getElementById('h_qiehuan2').scrollWidth+5;
		document.getElementById('h_qiehuan').style.display='none';
	}
	 function pageName()
    {
        var a = location.href;
        var b = a.split("/");
        var c = b.slice(b.length-1, b.length).toString(String).split(".");
				return c.slice(0,1)[0].toLowerCase();
    }
		if(document.getElementById('page_index'))
		{
			var PageName=pageName();
			if(PageName=="news" || PageName=="news_more")
			{
				if(document.getElementById('page_news'))document.getElementById('page_news').background='Images/h_top_1.gif';
			}else if(PageName=="114" || PageName=="114_company"){
				if(document.getElementById('page_114'))document.getElementById('page_114').background='Images/h_top_1.gif';
			}else if(PageName=="city_more"){
				if(document.getElementById('page_city'))document.getElementById('page_city').background='Images/h_top_1.gif';
			}else{
				document.getElementById('page_index').background='Images/h_top_1.gif';
			}
		}
 
		<!--//
		function qhshow(t){
		var p=t.parentNode;
		var b='',a=0;
			for (var i=0; i<p.childNodes.length; i++){
				if(t.background == p.childNodes[i].background)a++;
			}
			if(a==1)return;
			for (var i=0; i<p.childNodes.length; i++){
				if (p.childNodes[i].id != '' && t.nodeName==p.childNodes[i].nodeName && p.childNodes[i].id != t.id && p.childNodes[i].background != t.background && b==''){
					b = p.childNodes[i].background;
					p.childNodes[i].background = t.background;
					t.background = b;
				}
				if(p.childNodes[i].id != '' && document.getElementById('s_' + p.childNodes[i].id)){document.getElementById('s_' + p.childNodes[i].id).style.display='none';}
			}
			document.getElementById('s_' + t.id).style.display='';
		}
		//-->
	 