
function ShowLyric(vlngLyricID){

	var strParams;
	
	strParams = "width=600,height=600,scrollbars=yes,titlebar=no";

	window.open("showLyric.asp?lyricID=" + vlngLyricID, "lyricWin", strParams);

	return; 

}





