var setContentArea = function(Obj)
{
      Obj.style.position = 'relative';
      Obj.style.width = 'auto'; 
	 // Obj.style.height =Obj.parentNode.getHeight()-4 +'px';  
}



function OnBtn(obj){
    obj.style.color='#1b7dd7';
}

function OffBtn(obj){
    obj.style.color='#004a8e';
}

function OffBtn2(obj){
    obj.style.color='#545454';
}

function btn_go(url)
{
  if(url != "")  {
    location.href=url;
  }
    
}