function PlayFile(sFile, sName) {
    var oWin = window.open("player.aspx?FilePath=" + sFile + "&ArtistName=" + sName, "mp3Player", "top=100,left=100,height=85,width=460,status=no,toolbar=no,menubar=no,location=no");
    oWin.focus();
}