|
|
NSW DEPARTMENT OF PRIMARY INDUSTRIES- FORESTS NSW LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NSF.jpg") then
%>
<% end if %>
|
| |
| NUCOS NSF |
| Address: |
| 121 Oratava Ave |
| West Pennant Hills |
| NSW |
| Australia 2125 |
| Phone: 02-9872-0109 |
| Fax: |
| Email: library@sf.nsw.gov.au |
| Web: http://www.dpi.nsw.gov.au/aboutus/services/libraries
|
| Hours: 9:00 AM - 4:30PM |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NSF.inc") then
%>
| Concept map for NSW Department of Primary Industries- Forests NSW Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NSF.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|