function PlaySong(SongURL)
{
PopUp = window.open (SongURL, "test", 

"toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizeable=no,copyhistory=no,width=200,height=30")
}
