|
|
DEPT OF SUSTAINABILITY AND ENVIRONMENT- KNOWLEDGE AND LEARNING CENTRE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\VNA.jpg") then
%>
<% end if %>
|
| |
| NUCOS VNA |
| Address: |
| 8 Nicholson Street |
| East Melbourne |
| VIC |
| Australia 3002 |
| Phone: (03)9637 9244 |
| Fax: (03)9637 9502 |
| Email: knowledge.learningcentre@dse.vic.gov.au |
| Hours: 9-5, Mon-Tues-Wed-Fri |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_VNA.inc") then
%>
| Concept map for Dept of Sustainability and Environment- Knowledge and Learning Centre
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_VNA.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|