
function PageSizeSubmit(pQuery, pList){
	document.location.href = pQuery + pList.value;
}