<!-- 
function goToLink(f) {
  var url = document.forms[f].link.options[document.forms[f].link.selectedIndex].value;
  if( url!="" )
	window.location.href = url;
}
// -->

