function NextSet(StartRow){
	document.ResultSet.StartRow.value = StartRow;
	document.ResultSet.submit();
}
