function dlSong(song)
{
    var fm = document.downloadform;
    fm.song.value = song;
    fm.submit();
}