
function showadv(par,par2,par3)
{	
	
	
	
	document.getElementById("all").style.display = "none";
	document.getElementById("film").style.display = "none";
	document.getElementById("tv").style.display = "none";
	document.getElementById("zy").style.display = "none";
	document.getElementById("cartoon").style.display = "none";
	document.getElementById("game").style.display = "none";
	document.getElementById("soft").style.display = "none";
	document.getElementById("sport").style.display = "none";
	
	document.getElementById("allcolor").style.color = "";
	document.getElementById("filmcolor").style.color = "";
	document.getElementById("tvcolor").style.color = "";
	document.getElementById("zycolor").style.color = "";
	document.getElementById("cartooncolor").style.color = "";
	document.getElementById("gamecolor").style.color = "";
	document.getElementById("softcolor").style.color = "";
	document.getElementById("sportcolor").style.color = "";
	
	document.getElementById("allbg").style.backgroundImage="";
	document.getElementById("filmbg").style.backgroundImage="";
	document.getElementById("tvbg").style.backgroundImage="";
	document.getElementById("zybg").style.backgroundImage="";
	document.getElementById("cartoonbg").style.backgroundImage = "";
	document.getElementById("gamebg").style.backgroundImage="";
	document.getElementById("softbg").style.backgroundImage = "";
	document.getElementById("sportbg").style.backgroundImage="";
	
	document.getElementById(par).style.display = "";	
	document.getElementById(par2).style.color = "#ffffff";
	//document.getElementById(par2).style.font-weight = "bold";
	document.getElementById(par3).style.backgroundImage = "url(index.files/index_disable_bg.gif)";	
}


function showadv_hot(par,par2,par3)
{	
	document.getElementById("video_zy").style.display = "none";
	document.getElementById("video_sport").style.display = "none";
	
	document.getElementById("video_zycolor").style.color = "";
	document.getElementById("video_sportcolor").style.color = "";
	
	document.getElementById("hotvbg").style.backgroundImage = "";
	document.getElementById("hotsbg").style.backgroundImage="";
	
	
	document.getElementById(par).style.display = "";	
	document.getElementById(par2).style.color = "#ffffff";
	//document.getElementById(par2).style.font-weight = "bold";
	document.getElementById(par3).style.backgroundImage = "url(index.files/index_disable_bg.gif)";	
}


function showadv_hot1(par,par2,par3)
{	
	document.getElementById("hotgame").style.display = "none";
	document.getElementById("hotsoft").style.display = "none";
	
	document.getElementById("hotgamecolor").style.color = "";
	document.getElementById("hotsoftcolor").style.color = "";
	
	document.getElementById("hotgamebg").style.backgroundImage = "";
	document.getElementById("hotsoftbg").style.backgroundImage="";
	
	
	document.getElementById(par).style.display = "";	
	document.getElementById(par2).style.color = "#ffffff";
	//document.getElementById(par2).style.font-weight = "bold";
	document.getElementById(par3).style.backgroundImage = "url(index.files/index_disable_bg.gif)";	
}