%@ Language=VBScript %>
| GALLERY: 70s SPACE ERA: | Artist: Unknown |
|
70's Space EraDescription: low quality but nice vintage/analogue style photography. Pale red, greys, white and black. Beautiful for photo editing and any form of design. These images have been manually extracted from a QuickTime footage. It's hard to verbalise it - so you've gotta be able to 'feel' it. Antennas, lasers, rockerts and astronauts....mmmm.... lot of potential. |
||
<%
if Request("TYPE") = "" then
rType = 1
else
rType = CInt(Request("TYPE"))
end if
if Request("img") = "" then
rImg = ""
else
rImg = Request("img")
end if
if rImg <> "" and rType = 2 then
bolListAll = False
Response.Write "
" else bolListAll = True end if Response.write returnImageName(Request("DIR"),rType,rImg,bolListAll) %> |
||