function openTxt(CatId,SongId){
	window.open('/musictext/'+SongId,'','width=500, height=500, scrollbars=yes');
}
