// JavaScript Document

function playMusic()
{
	window.open('/music_player.php','musicPlayer','resizable=yes,width=200,height=130');	
}

