%@ Language = VBScript %><% Option Explicit %><% Response.Buffer = True %>
<%Dim id id = Request.QueryString("id")If id = "oakchair/back" ThenResponse.Write "The same chair with restored inlay, before colouring and finishing."ElseIf id = "oakchair/back2" ThenResponse.Write "Detail of restored inlay during colouring and finishing."ElseIf id = "oakchair/legs" ThenResponse.Write "Detail of restored feet and rails before colouring and finishing."ElseIf id = "oakchair/legs2" ThenResponse.Write "Detail of restored feet and rails before colouring and finishing."ElseIf id = "oakchair/fullchair" ThenResponse.Write "The same chair, restoration complete."ElseIf id = "oakchair/top" ThenResponse.Write "Detail of the restored inlay before colouring and finishing."ElseIf id = "oakchair/underside" ThenResponse.Write "Detail of restored feet and rails from below."ElseIf id = "mahoganychair/rightarmold" ThenResponse.Write "Detail of right arm before restoration."ElseIf id = "mahoganychair/rightarmnew" ThenResponse.Write "Detail of right arm restored."ElseIf id = "mahoganychair/leftarmold" ThenResponse.Write "Detail of left arm before restoration."ElseIf id = "mahoganychair/leftarmnew" ThenResponse.Write "Detail of left arm restored."End If%>