
	
	var oLastBtn=0;
	function RaiseButton(){
		window.event.cancelBubble=true;
		oBtn = window.event.srcElement;
		var bChosen = false;
		if(oLastBtn && oLastBtn != oBtn){
			HideButton();
		}
		if(oBtn.buttonType){
			oBtn.className = oBtn.buttonType + "Up";
			oLastBtn=oBtn;
			}
		else {
		oLastBtn = 0;
		}
	}
	function DepressButton(){
		window.event.cancelBubble=true;
		oBtn = window.event.srcElement;
		if(oBtn.buttonType){
			oBtn.className = oBtn.buttonType + "Down"; 
		}
	}
	function HideButton(){
		if ((oLastBtn.buttonType == "LeftNavChosen") || (oLastBtn.buttonType == "LeftNavSubChosen")) {
			oLastBtn.className = oLastBtn.buttonType;
		}
		else {
		oLastBtn.className = oLastBtn.buttonType + "Off";
		}
	}

	function bgRoll(strTextColor)
	{
		window.event.srcElement.style.backgroundColor = strTextColor;
		window.event.cancelBubble = true;
	}
	function fntRoll(strTextColor)
	{
  		window.event.srcElement.style.color = strTextColor;
		window.event.cancelBubble = true;
	}		
//-->

function turnit(ss,aa)
{   
   
	var s1=ss.style.display
	Content1.style.display="none"
	Content2.style.display="none"
	Content3.style.display="none"
	Content4.style.display="none"
	Content5.style.display="none"
	Content6.style.display="none"
	Content7.style.display="none"
	Content8.style.display="none"
	Content9.style.display="none"


 if (s1=="none") 
  {ss.style.display="";
   aa.style.display="";
  

   
}

 else
  {ss.style.display="none"; 
   aa.style.display="none";
  }
}


                                     
<!--// Hide from old browsers                                       
                                       
var ToolBar_Supported = ToolBar_Supported;                                       
if (ToolBar_Supported != null && ToolBar_Supported == true)                                       
{                                       
	TBDownLevelDiv.style.display ='none';                                       
                                       
	drawToolbar();                                       
 
	                                       
}                                       
                                       
//-->                                       

