function formSubmit(sort)
{
	document.sort.sort_by.value = sort; 
	document.sort.submit();
}