function MusicPlay(ID)
{
	window.open("/music/play.asp?ID="+ ID,"MusicPlay","");
}


