var currPage = 1;
var currClass = 0;
function newReleaseAlbum(theclassid){
	currClass=theclassid
	newAlbumFrame.location.href = "/zj_new/" + theclassid + "1.Html";
	currPage = 1;
}

function goPage(val){
	if(val > 0) currPage++;
	else currPage--;
	if(currPage <= 0) currPage = 1;
	if(currPage <= 15) newAlbumFrame.location.href = "/zj_new/" + currClass  + currPage + ".Html";
}

function ch(){
	 document.search.keyword.style.backgroundImage = "";
}

function PlayWindow(ListenURL){
	 window.open(ListenURL, "MusicWindow", "scrollbars=yes,width=800,height=470");
	 return false;
}