function submitForm(action_url)  {

	document.mainForm.action = action_url;
	document.mainForm.submit();
	
	return true;
	
}

