<!--
var highColor = '#666699'
var lowColor = '#9999FF'
function init () 
{
function tdMouseOver (evt) {
this.cell.bgColor = highColor;
}
function tdMouseOut (evt) {
this.cell.bgColor = document.bgColor;
}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->