function Pop(theURL,fen) {
  if(fen=='radio74'){
    window.open(theURL,'','scrollbars=no,resizable=no,width=562,height=50');
  }
}

