function goPage(formObj, strUrl,pageMethod,currentPage){
	formObj.action = strUrl+ "&pageMethod=" + pageMethod + "&currentPage=" + currentPage;		
	formObj.submit();
	return false;
}