if (navigator.appName == "Microsoft Internet Explorer"){
  var version = navigator.appVersion;
  var pos1 = version.indexOf("MSIE ");
  var number = version.substring(pos1 + 5, version.indexOf(".", pos1))
  if (number > 6){
     /*if ((screen.width < 900))
     {
       document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/IE7ms_style3_800.css\"> ");
     }
      */
     //if ((screen.width > 901 && screen.width < 1100 ))
     //if ((screen.width > 901))
     if (screen.width <= 1100 )
     {
      document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/IE7ms_style3_1024.css\"> ");
     }

    if ((screen.width > 1100))
     {
       document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/IE7ms_style3_1200.css\"> ");
     } 

  }else {
     /*if ((screen.width < 900))
     {
       document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/ms_style3_800.css\"> ");
     }  */

     if (screen.width <= 1100 )
     //if ((screen.width > 901 && screen.width < 1100 ))
     //if ((screen.width > 901))
     {
      document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/ms_style3_1024.css\"> ");
     }
    
     if ((screen.width > 1100))
     {
       document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/ms_style3_1200.css\"> ");
     } 
 }
} else { 

  /*if ((screen.width < 900))
  {
   document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/style3_800.css\"> ");
  }  */

     if (screen.width <= 1100 )
     //if ((screen.width > 901 && screen.width < 1100 ))
     //if ((screen.width > 901))
  {
   document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/style3_1024.css\"> ");
  }
  
  if ((screen.width > 1100))
  {
   document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.midland-mi.org/style-sheets/style3_1200.css\"> ");
  }
}