function goto(p) {
	document.frm.page.value=p;
	document.frm.submit();
}
