function rolloverTM(id,s) {
  document.images['TM'+id].src=g_arrTM[id][s].src;
}

function rolloverTab(id,s) {
  if(!document.getElementById) return;
  if(s) {
    document.getElementById("TD"+id+"a").background=g_imgTabLeft.src;
    document.getElementById("TD"+id+"b").background=g_imgTabCenter.src;
    document.getElementById("TD"+id+"c").background=g_imgTabRight.src;
  } else {
    document.getElementById("TD"+id+"a").background=g_imgNotab.src;
    document.getElementById("TD"+id+"b").background=g_imgNotab.src;
    document.getElementById("TD"+id+"c").background=g_imgNotab.src;
  }
}
function load() {
  var imgLogo = getE('imgLogo');
  if(imgLogo) {
    g_intCornerX = getIPageX(imgLogo);
    g_intCornerY = getIPageY(imgLogo);
  }
  if(typeof(init)=="function") init();
}
