//function whatPage() {
//document.images[paGe].src='/oir/images/'+paGe+'_on.gif';
//}

function whatPage(){
if(document.all && LOC != ""){
  if(document.all[LOC].children[0].className == "TIERTWO"){
    document.all[LOC].children[0].className = "TIERTWO_ON"
    } else if(document.all[LOC].children[0].className == "TIERTWO_SUB") {
    document.all[LOC].children[0].className = "TIERTWO_SUB_ON"
    }
  }else{
  }
}




function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
  if(td.className == "TIERTWO"){

  }else{
    td.className = "TIERTWO_OVER"
  }
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
  if(td.className == "TIERTWO"){

  }else{
    td.className = "TIERTWO_OFF"
  }
}
}



function reDirekt(loc8){
newloc = loc8.options[loc8.selectedIndex].value
if (newloc != ""){
  window.location.href=newloc
  }
}


