function goPage(pg)
{
	if(pg!="")
	{
		pg_frm.page.value=pg;
		pg_frm.submit();
	}
}