<%@ Language=VBScript %> <% Function BuildNavBar %>
<% If HasPreviousPicture Then %> <% Else %> <% End If %> [Prev] [Gallery Home] [Index] [Home] <% If HasNextPicture Then %> <% Else %> <% End If %> [Next]
<% End Function %> <% Dim lngImage Dim strImage %> <% lngImage = ValidatedValue(Request.QueryString("Image"), 3, 0) Initialize "MikeAndBrendasWedding", lngImage strImage = aryPictures(lngImage) %>
<% BuildNavBar %>
<% BuildNavBar %>