
function pageForm(offset){
	document.theFormB.offset.value = offset;
	document.theFormB.submit();
}


