function popup() {
  popupWin = window.open('radio/index.htm', 
    'target01_window',
    'menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0,dependent=0,width=300,height=160,left=150,top=150')
}