|
|
POWERHOUSE MUSEUM- LIBRARY
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NMUS.jpg") then
%>
<% end if %>
|
| |
| NUCOS NMUS |
| Address: |
| PO Box K346 |
| Haymarket |
| NSW |
| Australia 1238 |
| Phone: 02 9217 0259 |
| Fax: 02 9217 0433 |
| Email: ill@phm.gov.au |
| Hours: Mon - Fri 9 - 5 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NMUS.inc") then
%>
| Concept map for Powerhouse Museum- Library
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NMUS.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|