
function showtop(part,pos,link,img)
{
	/*$("#toplist"+part+" a").removeClass("selected");
	$("#toplist"+part+" a:eq("+pos+")").addClass("selected");*/
	$("#topimg"+part).css("background-image","url('"+$("#topimg"+part+" img").attr("src")+"')")
	$("#topimg"+part+" img").hide().attr("src",img).fadeIn(0);
	$("#topimg"+part+" a").attr("href",link);
}
