// Validate contact us form

function submit_form(frm)
{
	with(frm)
	{
			submit();

	}
}
