function launchPlayer()
{
    window.open("music.php", "MediaPlayer", "status=0,toolbar=0,location=0,menubar=0,resizeable=0,scrollbars=0,width=815,height=321");
}