// JavaScript Document



//function GHGG()
//{
//	var obj; 
//	obj = document.getElementById("GH");
//	if( obj != "undefined")
//	{
//		obj.style.display="none";
//	}
//}
//
//setTimeout("GHGG()", 60000);



function showadv(par,par2,par3)
{	document.getElementById("wu").style.display = "none";
	document.getElementById("wucolor").style.color = "";
	document.getElementById("wubg").style.backgroundImage="";


	document.getElementById("tv").style.display = "none";
	document.getElementById("tvcolor").style.color = "";
	document.getElementById("tvbg").style.backgroundImage="";	
		
	document.getElementById("fun").style.display = "none";
    document.getElementById("funcolor").style.color = "";
	document.getElementById("funbg").style.backgroundImage = "";
	
	document.getElementById(par).style.display = "";	
	document.getElementById(par2).style.color = "#001653";
	document.getElementById(par3).style.backgroundImage = "url()";	
}
