\n');
return result;
}
if (idx>-1) {
isIE = true;
var verStr = appVer.substring(idx, appVer.length);
idx = verStr.indexOf(';');
if (idx>-1) {
verStr = verStr.substring(5, idx);
if (parseFloat(verStr)>=5.5) supported = true;
else errMsg = errMsg + '
Please upgrade your browser to Internet Explorer 5.5 or above before using the system.';
}
} else {
idx = appName.indexOf('Netscape');
if (idx>-1) {
supported = true;
} else errMsg = errMsg + '
' + navigator.appName + ' is NOT supported.';
}
// -->
Your browser is not supported.
The system is currently supported on Microsoft® Windows® platform are listed below.
Microsoft Windows
Internet Explorer
Version 5.5 or above.
You may also have Adobe® Acrobat Reader® 4.0 or above to access the system properly.
Microsoft, Microsoft Windows, the Microsoft logo and the Windows logo are trademarks or registered trademarks of Microsoft Corporation in the U.S. and other countries.
Adobe, Acrobat, the Adobe logo and the Acrobat logo are trademarks or registered trademarks of Adobe Systems Inc. in the U.S. and other countries.