| <%if rst("client")="" then response.write(" ") else response.write(rst("client")) end if%> |
<%if rst("Purchaser")="" then response.write(" ") else response.write(rst("Purchaser")) end if%> |
<%if rst("Place")="" then response.write(" ") else response.write(rst("Place")) end if%> |
<%if rst("Lighting")="" then response.write(" ") else response.write(rst("Lighting")) end if%> |
<%if rst("Transmission")="" then response.write(" ") else response.write(rst("Transmission")) end if%> |
<%if rst("Current")="" then response.write(" ") else response.write(rst("Current")) end if%> |
<%if rst("Application")="" then response.write(" ") else response.write(rst("Application")) end if%> |
<%if rst("projYear")="" then response.write(" ") else response.write(rst("projYear")) end if%> |
<%rst.MoveNext
wend
rst.close
set rst=nothing%>