Internet Explorerの5.0以上をお使いください

とIE使っているのに言われる。@某大学の論文検索サービス

if(navigator.appName.charAt(0) == "M") {
if(navigator.appVersion.indexOf("MSIE 5") != -1){
document.agree_or_not.submit();
}else if(navigator.appVersion.indexOf("MSIE 6") != -1){
document.agree_or_not.submit();
}else{
window.alert('Internet Explorerの5.0以上をお使いください');
}
}else{
window.alert('Internet Explorerの5.0以上をお使いください');
}

IE7はIE5以上じゃないんですかそうですか。