function checkBrowser() {
detBrowser = navigator.appName;
if(detBrowser != "Microsoft Internet Explorer") {
alert("Your browser is not compatible with this site. Please use Microsoft Internet Explorer. Your viewing experience may be affected if you continue with your current browser. Thank You");
}
}
