function checkForm(){
	if(!validate({id:"Title"})) return false;
	if(!validate({id:"ImageName"})) return false;
	return true;
}