setCropFormVisibility: function(avatarDate)
{
if (parseInt(avatarDate, 10))
{
this.$form.find('#DeleteAvatar').removeAttr('checked');
$('label[for=DeleteAvatar], #ExistingCustom').xfFadeIn(XenForo.speed.normal);
}
else
{
$('label[for=DeleteAvatar], #ExistingCustom').hide();
}
}