function menu_toggle(targetId) {
target = document.all(targetId);
if (target.style.display == "none"){
target.style.display="";
} else {
target.style.display="none";
}
}
//-->
<!--
var temp, temp2, cookieArray, cookieArray2, cookieCount, i;
function initiate(bFirst){
  cookieCount=0;
	//if(document.cookie){
	// 8/8/2008 Bob changed if statement from above due to occasional errors when going to Berean site.
	if(document.cookie.indexOf("state=")>=0){
		cookieArray=document.cookie.split(";");
		cookieArray2=new Array();
		for(i in cookieArray){
		  cookieArray2[cookieArray[i].split("=")[0].replace(/ /g,"")]=cookieArray[i].split("=")[1].replace(/ /g,"");
		}
  }
  cookieArray=(document.cookie.indexOf("state=")>=0)?cookieArray2["state"].split(","):new Array();
  temp=document.getElementById("containerul");
  i=0;
  for(var o=0;o<temp.getElementsByTagName("li").length;o++){
    if(temp.getElementsByTagName("li")[o].getElementsByTagName("ul").length>0){
      temp2 = document.createElement("span");
      temp2.className = "symbols";
	  if(o>0){
		temp2.style.backgroundImage = (cookieArray.length>0)?((cookieArray[cookieCount]=="true")?"url(minus.png)":"url(plus.png)"):"url(plus.png)";
        temp2.onclick=function(){
          showhideC(this.parentNode);
          writeCookie();
      }
        temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
        temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
		if(cookieArray[cookieCount]=="true"){
		   showhideC(temp.getElementsByTagName("li")[o]);
	    }
      }
      else{
		if(i==0){
			cookieArray[cookieCount]="true";
		    temp2.style.backgroundImage = (cookieArray.length>0)?((cookieArray[cookieCount]=="true")?"url(minus.png)":"url(plus.png)"):"url(plus.png)";
			temp2.onclick=function(){
			  showhideC(this.parentNode);
			  writeCookie(); 
			}
			temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
			temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
			
			if(cookieArray[cookieCount]=="true"){
		     showhideC(temp.getElementsByTagName("li")[o]);
			}
			i++;
      }
		else{
			temp2.style.backgroundImage = (cookieArray.length>0)?((cookieArray[cookieCount]=="true")?"url(minus.png)":"url(plus.png)"):"url(plus.png)";
      temp2.onclick=function(){
        showhideC(this.parentNode);
        writeCookie();
      }
      temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild)
      temp.getElementsByTagName("li")[o].getElementsByTagName("ul")[0].style.display = "none";
      if(bFirst=="false"){
		 if(cookieArray[cookieCount]=="true"){
		   showhideC(temp.getElementsByTagName("li")[o]);
		 }
	  }
		}
	    
      }
      cookieCount++;
    }
    else{
      temp2 = document.createElement("span");
      temp2.className = "symbols";
      temp2.style.backgroundImage = "url(page.png)";
      temp.getElementsByTagName("li")[o].insertBefore(temp2,temp.getElementsByTagName("li")[o].firstChild);
    }
  }
}
function showhidefirst(el){
  el.getElementsByTagName("ul")[0].style.display=(el.getElementsByTagName("ul")[0].style.display=="block")?"block":"block";
  el.getElementsByTagName("span")[0].style.backgroundImage=(el.getElementsByTagName("ul")[0].style.display=="block")?"url(minus.png)":"url(plus.png)";
}
function showhidefirst(el){
  el.getElementsByTagName("ul")[0].style.display=(el.getElementsByTagName("ul")[0].style.display=="block")?"block":"block";
  el.getElementsByTagName("span")[0].style.backgroundImage=(el.getElementsByTagName("ul")[0].style.display=="block")?"url(minus.png)":"url(plus.png)";}

function showhideC(el){
  el.getElementsByTagName("ul")[0].style.display=(el.getElementsByTagName("ul")[0].style.display=="block")?"none":"block";
  el.getElementsByTagName("span")[0].style.backgroundImage=(el.getElementsByTagName("ul")[0].style.display=="block")?"url(minus.png)":"url(plus.png)";
}

function writeCookie(){ // Runs through the menu and puts the "states" of each nested list into an array, the array is then joined together and assigned to a cookie.
  cookieArray=new Array()
  for(var q=0;q<temp.getElementsByTagName("li").length;q++){
    if(temp.getElementsByTagName("li")[q].childNodes.length>0){
      if(temp.getElementsByTagName("li")[q].childNodes[0].nodeName=="SPAN" && temp.getElementsByTagName("li")[q].getElementsByTagName("ul").length>0){
        cookieArray[cookieArray.length]=(temp.getElementsByTagName("li")[q].getElementsByTagName("ul")[0].style.display=="block");
      }
    }
  }
  document.cookie="state="+cookieArray.join(",")+";expires="+new Date(new Date().getTime() + 365*24*60*60*1000).toGMTString();
}
//-->

<!--
/*
StreamAudio Player Launch
*/
if(navigator.appVersion.indexOf("AOL") > -1)
  {
  //AOL
  var opt1 = 'width=472,height=257';
  var opt2 = 'width=472,height=257';
  } else if(navigator.platform.indexOf("Win") > -1)
  {
  //IE and NS Windows
  var opt1 = 'width=472,height=257,top=420,left=520,screenY=420,screenX=520';
  var opt2 = 'width=472,height=257,top=250,left=300,screenY=250,screenX=300';
  } else if(navigator.platform.indexOf("Mac") > -1)
  {
  //IE and NS Mac
  if(navigator.appName.indexOf("Microsoft") > -1)
  {
  var opt1 = 'width=455,height=240,top=420,left=520,screenY=420,screenX=520';
  var opt2 = 'width=455,height=240,top=250,left=300,screenY=250,screenX=300';
  } else if(navigator.appName.indexOf("Netscape") > -1)
  {
  var opt1 = 'width=472,height=257,top=420,left=520,screenY=420,screenX=520';
  var opt2 = 'width=472,height=257,top=250,left=300,screenY=250,screenX=300';
  }
  }
  function openPlayer(URL)
    {
     if(screen.width >= 1000)
  {
  window.open(URL,'Streamaudio_Player',opt1);
  }
    if(screen.width <= 800)
  {window.open(URL,'Streamaudio_Player',opt2);
  }
}  //-->

