function news_label_over(labelId,imgFocusId,imgFocusPic)
{
	document.getElementById("TabTop01").style.display = "none";
	document.getElementById("TabTop02").style.display = "none";

	document.getElementById("ImgTop01").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop02").background = "images/newst-1-off.jpg";
	
	var img=document.getElementById(imgFocusId);
	var label=document.getElementById(labelId);
	img.background=imgFocusPic;
	label.style.display="";
}
function news_label_over2(labelId,imgFocusId,imgFocusPic)
{
	document.getElementById("TabTop03").style.display = "none";
	document.getElementById("TabTop04").style.display = "none";
	document.getElementById("TabTop08").style.display = "none";

	document.getElementById("ImgTop03").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop04").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop08").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop09").background = "images/newst-1-off.jpg";
	
	var img=document.getElementById(imgFocusId);
	var label=document.getElementById(labelId);
	img.background=imgFocusPic;
	label.style.display="";
}
function news_label_over4(labelId,imgFocusId,imgFocusPic)
{
	document.getElementById("ImgTop03").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop04").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop08").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop09").background = "images/newst-1-on-.jpg";
}
function news_label_over3(labelId,imgFocusId,imgFocusPic)
{
	document.getElementById("TabTop05").style.display = "none";
	document.getElementById("TabTop06").style.display = "none";
	document.getElementById("TabTop07").style.display = "none";

	document.getElementById("ImgTop05").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop06").background = "images/newst-1-off.jpg";
	document.getElementById("ImgTop07").background = "images/newst-1-off.jpg";
	
	var img=document.getElementById(imgFocusId);
	var label=document.getElementById(labelId);
	img.background=imgFocusPic;
	label.style.display="";
}
