/*<![CDATA[*/
<!--
function install() {
	if (!document.installForm.agree.checked) {
		alert('You must check the "Yes, I agree to the terms of use." box to install the Scirus toolbar');
	} else if ((navigator.appName == "Microsoft Internet Explorer") 
		&& (parseInt(navigator.appVersion.substring(22,28)) >= "5")) {
		location.href = "../installing/"
	} else {
		location.href = "../cancel/";
	}
}
//-->
/*]]>*/