

function BrowserDetect(){
   var TheBrowser =new String(navigator.userAgent)
  if(TheBrowser.search("MSIE") < 0){
    var vCookie=document.cookie.toString();
    if(vCookie.charAt(vCookie.search("Times_Of_Visit")+15) !=2){
      document.cookie="Times_Of_Visit=" + "2"
    if(!confirm(" You may have to use Internet Explorer for specific quality concern. \n Please click \"OK\" for sure you use Internet Explorer,\n or click \"Cancel\" to download the software.")){
      window.open("http://www.microsoft.com/catalog/navigation.asp?subid=22&nv=4","")
    }
    }
  }


}
