function openLink() {

  var url=document.redirect.selection.value
  if (url != "no")
  this.open(url, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,height=600,width=800");

}
