<%=galleryTitle%>
<%
for each file in images
filename = file.name
'get width and height so we can load empty boxes
'response.write imageDir & "\thumbs\" & filename
jpeg.open imageDir & "\thumbs\" & filename
'response.write jpeg.width & " x "
'response.write jpeg.height
response.write ( "" & endline & tab & tab )
next
%>