<!--

var isNav4, isIE4
if (parseInt(navigator.appVersion.charAt(0)) >= 4) {
	isNav4 = (navigator.appName == "Netscape") ? true : false
	isIE4 = (navigator.appName.indexOf("Microsoft" != -1)) ? true : false
}
if (isNav4) {
document.captureEvents(Event.MOUSEDOWN);
}
function click(e) {
	if (isNav4 && e.which != 1) {
		alert ("Web site developed by Innovative Media Corporation");
		return false;
	}
	if (isNav4 && e.which == 1) {
		return true;
	}
	if (isIE4 && event.button==2) {
		alert("website developed by Innovative Media Corporation.")
		return false;
	}
	return true;
}
document.onmousedown=click




browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if(document.images) {

rates_on = new Image()
rates_on.src = "gif/gui/rates_on.gif"
rates_off = new Image()
rates_off.src = "gif/gui/rates_off.gif"

policies_on = new Image()
policies_on.src = "gif/gui/policies_on.gif"
policies_off = new Image()
policies_off.src = "gif/gui/policies_off.gif"

curriculum_on = new Image()
curriculum_on.src = "gif/gui/curriculum_on.gif"
curriculum_off = new Image()
curriculum_off.src = "gif/gui/curriculum_off.gif"

sp4k_on = new Image()
sp4k_on.src = "gif/gui/sp4k_on.gif"
sp4k_off = new Image()
sp4k_off.src = "gif/gui/sp4k_off.gif"

staff_on = new Image()
staff_on.src = "gif/gui/staff_on.gif"
staff_off = new Image()
staff_off.src = "gif/gui/staff_off.gif"

forms_on = new Image()
forms_on.src = "gif/gui/forms_on.gif"
forms_off = new Image()
forms_off.src = "gif/gui/forms_off.gif"

photos_on = new Image()
photos_on.src = "gif/gui/photos_on.gif"
photos_off = new Image()
photos_off.src = "gif/gui/photos_off.gif"

location_on = new Image()
location_on.src = "gif/gui/location_on.gif"
location_off = new Image()
location_off.src = "gif/gui/location_off.gif"

contact_on = new Image()
contact_on.src = "gif/gui/contact_on.gif"
contact_off = new Image()
contact_off.src = "gif/gui/contact_off.gif"

}

function toggle(imgName,imgSrc) {
        if (document.images) {
                document[imgName].src = eval(imgSrc + ".src")
        }
}

//-->
