//Ö´ÐÐ»»Ò³
function PGN_ChangePage(nPageNo, sParaName, sUrlNoPageNo)
{
	var sUrl = document.location.pathname;
	sUrl += "?" + sParaName + "=" + nPageNo + sUrlNoPageNo;
	document.location.assign(sUrl);
}


