function nav(page)
{
	document.navform.submit1.value=page;
	document.navform.submit();
}
