function RefreshPage ( form )
{
	// set the update hidden field...
	form.page_refresh.value = "true";
	
	// submit the form...
	form.submit();
}
