
<!--

	function setForm(thisForm,thisPage,thisTransaction) {
		thisForm.PageID.value = thisPage.toString();
		thisForm.TransactionID.value = thisTransaction.toString();
		thisForm.submit();
	}

	function setAction(thisForm) {
		thisForm.ListID.value = eval(thisForm.ListID.value + '+ 1');
		thisForm.TransactionID.value = 1;
		thisForm.PageID.value = 1;
		thisForm.submit();
	}

//-->

