

function isIE() {
    return (window.navigator.appName.toLowerCase().indexOf('microsoft') > -1);
};



