//function whatPage() {
//document.images[paGe].src='/oir/images/'+paGe+'_on.gif';
//}

function whatPage(){
if(document.getElementById||(document.all && !(document.getElementById))){
  if(document.getElementById(LOC).children[0].className == "TIERTWO"){
    document.getElementById(LOC).children[0].className = "TIERTWO_ON"
    } else if(getElementById(LOC).children[0].className == "TIERTWO_SUB") {
    document.getElementById(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"
  }
}
}

