Try something like (assuming you have an array of image file names)
 Code:
$Images = 'image1', 'image2', image3', 'image4'

For $I = 0 to UBound($Images)
  $I + 1                     ; put the menu choice on the line (1-based)
  '. ' $Images[$I] '.gho' ?  ; put the corresponding file name, extension on the line
Next
'What image to restore(1-3)? ' ; prompt for input
Get $Answer ?                ; get answer, move to next line

This works with any number of files in the array.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D