<!--

function openImg(url, wh) {
  aWindow = window.open(url, '', 'resizable=yes,scrollbars=yes'+wh)
}

function setOn(obj, color) {
  obj.style.backgroundColor = color
  obj.style.cursor = 'hand'
}
function setOff(obj, color) {
  obj.style.backgroundColor = color
  obj.style.cursor = ''
}

function changeto(color) {
  source = event.srcElement
  if (source.tagName == "TABLE" || source.tagName == "TR") {
    return
  }
  while (source.tagName != "TD") {
    source = source.parentElement
  }
  if (source.style.backgroundColor != color) {
    source.style.backgroundColor = color
    source.style.cursor = 'hand'
  }
}

function setOn(obj,color) {
  obj.style.backgroundColor = color
  obj.style.cursor = 'hand'
}

function setOff(obj,color) {
  obj.style.backgroundColor = color
  obj.style.cursor = ''
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

// -->

