#22005/4/15 17:34:17
function isMac() { return (navigator.platform == "MacPPC"); }
function isIE() { return (navigator.appName == "Microsoft Internet Explorer"); }
function isWin95() { return (navigator.userAgent.indexOf("Windows 95") > -1); }
function isWin98() { return (navigator.userAgent.indexOf("Windows 98") > -1); }
function isNT() { return (navigator.userAgent.indexOf("NT 4.0") > -1 || navigator.userAgent.indexOf("NT;") > -1 || navigator.userAgent.indexOf("NT)") > -1); }
function isIE4() { return (navigator.userAgent.indexOf("MSIE 4.0") > -1); }
function isIE50() { return (navigator.userAgent.indexOf("MSIE 5.0") > -1); }
function isIE5() { return (navigator.userAgent.indexOf("MSIE 5.0") > -1); }
function isXPSP2() { return (window.navigator.userAgent.indexOf("SV1") != -1); }