
<!--
function changeto(highlightcolor, colorborder){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor;
source.style.cursor = 'default';
if (colorborder!='')source.style.border = colorborder+' solid 1px';
}

function changeback(originalcolor, colorborder){
//if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
//return
//if (event.toElement!=source)
source.style.backgroundColor=originalcolor;
if (colorborder!='') source.style.border = colorborder+' solid 1px';
}

  function Menu(links) {
     location.href = links[links.selectedIndex].value;
  }

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

-->

