function formConfirm(form, msg)
{
	if ( confirm(msg) == 1)
		form.submit();
}