if(navigator.userAgent.indexOf("MSIE") != -1)
{
  if(navigator.userAgent.indexOf("7","MSIE")!=-1){
     document.write("<link rel=stylesheet type=text/css href=css/msie.css >");
    document.write("<link rel=stylesheet type=text/css href=css/navmsie.css >");
  }else{
    document.write("<link rel=stylesheet type=text/css href=css/msie.css >");
    document.write("<link rel=stylesheet type=text/css href=css/navmsie.css >");
  }
}
else
{
  if(navigator.userAgent.indexOf("Firefox")!=-1){
    if(navigator.userAgent.indexOf("3","Firefox")!=-1){
      document.write("<link rel=stylesheet type=text/css href=css/all.css >");
      document.write("<link rel=stylesheet type=text/css href=css/navall.css >");
    }else{
      document.write("<link rel=stylesheet type=text/css href=css/firefox2.css >");
      document.write("<link rel=stylesheet type=text/css href=css/navfirefox2.css >");
    }
 }else{
     document.write("<link rel=stylesheet type=text/css href=css/all.css >");
     document.write("<link rel=stylesheet type=text/css href=css/navall.css >");
 }
}




