function checkForm(form)
{	
	if(is_fake_select(form.month)) return false;
	if(is_empty_input(form.upl_photo)) return false;

	return true;
}