<!--
// Common Functions
function navMouseOver(imgnew,imgid) {

	if (document.images) {
		document.images[imgid].src=eval(imgnew + ".src");
		}	
	}

function highspeedAccess() {
	var chosen = eval(document.highspeed.choice.selectedIndex);
	parent.location.href=(document.highspeed.choice.options[chosen].value);
	}
//-->