function changeLoc(address){
  window.location.href = address;
}

function onOver(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#003399";
    td.style.cursor="hand";
  }
}

function onOut(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#808080";
    td.style.bordercolor="#ffffff";
  }
}
function onOver1(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#003399";
    td.style.cursor="hand";
  }
}
function onOut1(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#606060";
    td.style.bordercolor="#ffffff";
  }
}
function onOver2(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#003399";
    td.style.cursor="hand";
  }
}
function onOut2(td){
  if(document.getElementById||(document.all && !(document.getElementById))){
    td.style.backgroundColor="#404040";
    td.style.bordercolor="#ffffff";
  }
}