function leapto(form) {
	var myform=this.form
	var myindex=jump_about;
	window.location=jump_about;
}

// Called by onChange in select tag
function set_about() {
	var myindex = document.myform.about.selectedIndex;
	jump_about = document.myform.about.options[myindex].value;
	if (myindex >= 1) {	
		window.location=jump_about;
		return true;
	}
}

browserName = navigator.appName;                                                                                             
browserVer = parseInt(navigator.appVersion);                                                                                 

function preloadImages() {
	// Many of the pages include a call to this in their body:onLoad, but it's not implemented
	return true;
}