function Mylink(sel){
  mlink=sel.options[sel.selectedIndex].value;
  window.open(mlink,"","toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
}
