<!--
<!--hide this script from non-javascript-enabled browsers

/* Function that displays status bar messages. */
function MM_displayStatusMsg(msgStr)  { //v3.0
	status=msgStr; document.MM_returnValue = true;
}

function changeStyleById(id){
if (document.getElementById)
   {
   var nodeObj = document.getElementById(id)
   nodeObj.style.borderBottom = '4px solid #2E7293';
   }
}

function RechangeStyleById(id){
if (document.getElementById)
   {
   var nodeObj = document.getElementById(id)
   nodeObj.style.borderBottom = '4px solid #cccccc';
   }
}


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

//-->
