function jump(page,formid)
{
 	document.search_form.o.value = page;
	document.search_form.submit();
	
}
