|
|
ENERGYAUSTRALIA- STRATEGIC INFORMATION UNIT
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\NSCC.jpg") then
%>
<% end if %>
|
| |
| NUCOS NSCC |
| Address: |
| GPO Box 4009 |
| Sydney |
| NSW |
| Australia 2001 |
| Phone: 02 9269 2192 |
| Fax: 02 9269 2211 |
| Email: gblayney@energy.com.au |
| Web: http://www.energy.com.au
|
| Hours: 8am-4.45pm |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_NSCC.inc") then
%>
| Concept map for EnergyAustralia- Strategic Information Unit
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_NSCC.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|