function GetBg(Total,number,index,pg){
 for (var i = 1; i <= number; i++) {
      document.getElementById(pg +Total+ i).className = 'bar_a';
     
 }
  document.getElementById(pg + Total+ index).className = 'bar_b';
 
}
function GoLink(str)
{
	this.location.href=str;
	}
	
	
	function OnLoad(targetID2)
{
	
	
	target2 = document.getElementById(targetID2);
	
	
	target2.className = 'bar_b';	
	
	
}
