function openLyrics(song)
  {
  window.open("lyrics/13/" + song + ".htm",'','scrollbars=yes,width=370,height=400');
  }
