BrowserType = "UB";
if (navigator.appName.substring(0,9) == "Microsoft" && navigator.platform.substring(0,3) == "Win")
  BrowserType = "IE";
