Ray would something like this work? (I havent had time to try it yet) - But I assume there be a syntax error where I placed the "-$letter.jpg"
$letters = range('A', 'Z');
foreach ($letters as $letter) {
<?php if (file_exists(@@recordsetproductid@@ , "-$letter.jpg")) { ?>
}
Chris