function fSubmit(sForm)
{
	document.theForm.action = '/'+sForm+'/';
	document.theForm.submit();
}