// JavaScript Document

<!--CELL-HIGHLIGHT -->
<!--
function highlight(cell){
cell.style.backgroundColor="#FFFFCC";
}
function normal(cell){
cell.style.backgroundColor="#EFEFEF";
}
//-->
<!--end CELL-HIGHLIGHT -->


<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->


<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->
