	function showLayer(BlockLayerId, BarLayerId, divs){
		
		HeadLineBlock_1.style.display="none";
		HeadLineBlock_2.style.display="none";
		HeadLineBlock_3.style.display="none";
		HeadLineBlock_4.style.display="none";
		HeadLineBlock_5.style.display="none";

		HeadLineBar_1.background="images/b2.gif";
		HeadLineBar_2.background="images/b2.gif";
		HeadLineBar_3.background="images/b2.gif";
		HeadLineBar_4.background="images/b2.gif";
		HeadLineBar_5.background="images/b2.gif";

		div_1.style.color = "";
		div_2.style.color = "";
		div_3.style.color = "";
		div_4.style.color = "";
		div_5.style.color = "";
		
		BlockLayerId.style.display = "";
		BarLayerId.background = "images/b1.gif";
		divs.style.fontSize = "12px";
		divs.style.color = "#FF0000";
	}