
		
		function goNext()
		{		 	
		  jQueryAjaxAction('goNextPageViaAjax');		
		}
		function goPrevious()
		{		 				
			jQueryAjaxAction('goPreviousPageViaAjax');		
		}	
		
		function goFirst()
		{		 			
			jQueryAjaxAction('goFirstPageViaAjax');
		}
		
		function goLast()
		{		 				
			jQueryAjaxAction('goLastPageViaAjax');
		}

		function goHopPage()
		{		 			
			jQueryAjaxAction('goHopPageViaAjax');			
		}
		
		function goHopPage2()
		{		 			
			document.getElementById("hopPage").value = document.getElementById("hopPage2").value; 
			goHopPage();
		}	