if ((navigator.appName).indexOf("Microsoft")!=-1) {
  document.write('<link rel="stylesheet" href="css/ieaboutnbi.css" type="text/css">');
}
else {
  document.write('<link rel="stylesheet" href="css/aboutnbi.css" type="text/css">');
}
