function submit_param(form, url)
{
	document.getElementById(form).action = url;
	document.getElementById(form).submit();
}