_PAGING.nextPreviousControl();
_RESULT.trStyler=function(index)
{
	if(index%2==1)
	return true;
}
_PAGING.setForm('listForm');
_RESULT.setProperties('evenTr',"listingEvenTr");	
_PAGING.setPagingParams(document.listForm.tc.value,document.listForm.sc.value,document.listForm.sf.value)
_PAGING.setProperties("listingDiv",'paging');
_PAGING.setProperties("curentINDEX",Math.ceil(document.listForm.sf.value)/document.listForm.sc.value+1);
_PAGING.paging();
_RESULT.styleResult();	