function songnew(catcode, cdid, songid, songtype){
	  location.href="?com="+catcode+"&cdno="+cdid+"";
	  if (songtype =='wma'||songtype=='mp3'){
		  openwinaudio('music.php?com=audio&song='+songid);
	  }else if (songtype =='wmv'||songtype=='flv'){
		  openwinvideo('music.php?com=video&song='+songid);
	  }
}
function tkgnew(songid){
	  location.href="?com=tkgbanghuu";
	  openwinaudio('tkgbhonline.php?song='+songid);
}

