function SetNextForm(pForm) {
	with(document.myForm) {
		next.value = pForm;
	}	
}
