// JavaScript Document
<!--//--><![CDATA[//><!-- 
function GetObj(objName){
	if(document.getElementById){
		return eval('document.getElementById("' + objName + '")');
	}else if(document.layers){
		return eval("document.layers['" + objName +"']");
	}else{
		return eval('document.all.' + objName);
	}
}
/**
* 预读图片
*/
var PreloadImg = function(){
	var preloadImages = new Array();
	for(var i=0;i<arguments.length;i++){
		preloadImages[0] = new Image();
		preloadImages[0].src = arguments[i];
		//alert(arguments[i]);
	}
}
function remove_all(){
	GetObj('path_title_1').className = ' ';
	GetObj('path_title_2').className = ' ';
	GetObj('path_title_3').className = ' ';
	GetObj('path_title_4').className = ' ';
	GetObj('path_title_5').className = ' ';
	GetObj('path_title_6').className = ' ';
	GetObj('path_title_7').className = ' ';
	GetObj('path_cont_1').style.display = "none";
	GetObj('path_cont_2').style.display = "none";
	GetObj('path_cont_3').style.display = "none";
	GetObj('path_cont_4').style.display = "none";
	GetObj('path_cont_5').style.display = "none";
	GetObj('path_cont_6').style.display = "none";
	GetObj('path_cont_7').style.display = "none";
	
}
function SetFocus(objId, cCon){
	remove_all();
	GetObj(objId).className = ' ';
	GetObj(cCon).style.display = "block";
}

function remove_all_1(){
	GetObj('path_title_a').className = 'TabbedPanelsTab';
	GetObj('path_title_b').className = 'TabbedPanelsTab';
	GetObj('path_cont_a').style.display = "none";
	GetObj('path_cont_b').style.display = "none";
}
function SetFocus_1(objId, cCon){
	remove_all_1();
	GetObj(objId).className = 'TabbedPanelsTabHover';
	GetObj(cCon).style.display = "block";
}

function remove_all_2(){
	GetObj('path_title_x').className = 'news_tithover';
	GetObj('path_title_y').className = 'news_tithover';
	GetObj('path_cont_x').style.display = "none";
	GetObj('path_cont_y').style.display = "none";
	
}
function SetFocus_2(objId, cCon){
	remove_all_2();
	GetObj(objId).className = 'news_tit';
	GetObj(cCon).style.display = "block";
}
//--><!]]>


