<!--
function linkSelect(form) {
  window.parent.location = form.link.options[form.link.selectedIndex].value
}
//-->