$mfn~;
if (($mfn =~ /(jpg|gif|bmp|png|jpeg)$/i) && ($amdisplaypics == 1)) {
$showattach = qq~
$mfn $fatxt{'1'}~;
$showattach = '';
$showattachhr = '';
}
} else {
$attachment = '';
$showattach = '';
$showattachhr = '';
}
$_~;
if (($_ =~ /(jpg|gif|bmp|png|jpeg)$/i) && ($amdisplaypics == 1)) {
$showattach .= qq~
$_ $fatxt{'1'}~;
}
}
####END####