<!--
function jumpMenu(selObj,restore){ //v3.0
  eval("parent.cont.location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function mark(face,field_color,text_color){
if (document.documentElement){//if browser is IE5+ or NS6+
face.style.backgroundColor=field_color;
face.style.color=text_color;
}
}
tmt_css_NN = "abnormal.css";
tmt_css_IE = "normal.css";
if(document.layers){
   document.write("<link rel='stylesheet' href='" + tmt_css_NN + "' type='text/css'>");
}
if(document.documentElement){
   document.write("<link rel='stylesheet' href='" + tmt_css_IE + "' type='text/css'>");
}
//-->