
function HandleChrome()
{
var userAgent = navigator.userAgent.toLowerCase();
if (userAgent.indexOf("chrome") > -1)
window.location="./CheckBrowser.html";
}
