function tr_over(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#FFB703";
}
}

function tr_out(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#03009F";
}
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
