<!--
css_NN = "score_ns.css";
css_IE = "score_ie.css";
if(document.layers){
   document.write("<link rel='stylesheet' href='" + css_NN + "' type='text/css'>");
}
if(document.all){
   document.write("<link rel='stylesheet' href='" + css_IE + "' type='text/css'>");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->