|
|
VICTORIA POLICE- VICTORIA POLICE LIBRARY SERVICE
<%
set fs = server.createobject("Scripting.FileSystemObject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\VPOL.jpg") then
%>
<% end if %>
|
| |
| NUCOS VPOL |
| Address: |
| 637 Flinders St |
| Melbourne |
| VIC |
| Australia 3005 |
| Phone: (03) 9247 6596 |
| Fax: (03) 9247 6495 |
| Email: carol.lomas-fisher@police.vic.gov.au |
| Web: http://www.police.vic.gov.au/library/
|
| Hours: Mon - Fri 8.00 - 4.00 |
| |
|
|
<% set fs = server.createobject("scripting.filesystemobject")
if fs.fileexists("c:\inetpub\intersearch.com.au\libraryimages\l2_VPOL.inc") then
%>
| Concept map for Victoria Police- Victoria Police Library Service
<%
set fsfile = fs.opentextfile("c:\inetpub\intersearch.com.au\libraryimages\l2_VPOL.inc")
response.write fsfile.readall
fsfile.close
%>
|
<% end if %>
|