<!--
function gotoLink(){
	var URL = document.form1.link.options[document.form1.link.selectedIndex].value;
	window.location.href = URL;
}
// -->

