%@ language='VBscript'%> <% ' Set up some basic variables to control the layout of the table... ' ================================================================= imgNum = 0 rowImg = 0 imagesPerRow = 5 %>
<% function showImg(theImage,theCaption) imgNum = imgNum + 1 endOfRow = 0 startOfRow = 0 rowImg = rowImg + 1 if rowImg = 1 then startOfRow = 1 end if if rowImg = imagesPerRow then rowImg = 0 endOfRow = 1 end if if startOfRow = 1 then response.write "Fares