File: D:/web/castironradiatorcentre/images/concord-house/index.asp
<html>
<head>
<style>
img {
max-width: 1000px;
}
</style>
</head>
<body>
<%
Dim FCount
FCount = 0
Sub ShowPicture(AName)
FCount = FCount + 1
%>
<b>Picture <%=FCount%></b> - <%=AName%><br>
<a href="<%=AName%>"><img src="<%=AName%>" /></a>
<br><br>
<%
End Sub
ShowPicture "Concord House - radiators (1 of 2).jpg"
ShowPicture "Concord House - radiators (2 of 2).jpg"
ShowPicture "Concord House - radiators (1 of 3)-2.jpg"
ShowPicture "Concord House - radiators (2 of 3)-2.jpg"
ShowPicture "Concord House - radiators (3 of 3)-2.jpg"
ShowPicture "Concord House - radiators (1 of 3)-3.jpg"
ShowPicture "Concord House - radiators (2 of 3)-3.jpg"
ShowPicture "Concord House - radiators (3 of 3)-3.jpg"
%>
</body>
</html>