<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<% 

    Set objFSO2 = Server.CreateObject("Scripting.FileSystemObject") 
	
	txtfile = Request.QueryString("id")
	
	strtemplatepath4 = server.mappath("pages") & "\Page1.txt"
	Set objTextStream4 = objFSO2.OpenTextFile(strTemplatePath4,1)
	menu = objTextStream4.ReadAll
	
	Set objTextStream4 = nothing
	
	arrtxt = split(menu,"|||")

	title = arrtxt(0)
	content = arrtxt(1)
	content = replace(content,"||","'")

%>
<script>

// Script Source: CodeLifter.com
// Copyright 2003
// Do not remove this notice.

// SETUPS:
// ===============================

// Set the horizontal and vertical position for the popup

PositionX = 100;
PositionY = 100;

// Set these value approximately 20 pixels greater than the
// size of the largest image to be used (needed for Netscape)

defaultWidth  = 500;
defaultHeight = 500;

// Set autoclose true to have the window close automatically
// Set autoclose false to allow multiple popup windows

var AutoClose = true;

// Do not edit below this line...
// ================================
if (parseInt(navigator.appVersion.charAt(0))>=4){
var isNN=(navigator.appName=="Netscape")?1:0;
var isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}
var optNN='scrollbars=no,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY;
var optIE='scrollbars=no,width=150,height=100,left='+PositionX+',top='+PositionY;
function popImage(imageURL,imageTitle){
if (isNN){imgWin=window.open('about:blank','',optNN);}
if (isIE){imgWin=window.open('about:blank','',optIE);}
with (imgWin.document){
writeln('<html><head><title>Loading...</title><style>body{margin:0px;}</style>');writeln('<sc'+'ript>');
writeln('var isNN,isIE;');writeln('if (parseInt(navigator.appVersion.charAt(0))>=4){');
writeln('isNN=(navigator.appName=="Netscape")?1:0;');writeln('isIE=(navigator.appName.indexOf("Microsoft")!=-1)?1:0;}');
writeln('function reSizeToImage(){');writeln('if (isIE){');writeln('window.resizeTo(100,100);');
writeln('width=100-(document.body.clientWidth-document.images[0].width);');
writeln('height=100-(document.body.clientHeight-document.images[0].height);');
writeln('window.resizeTo(width,height);}');writeln('if (isNN){');       
writeln('window.innerWidth=document.images["George"].width;');writeln('window.innerHeight=document.images["George"].height;}}');
writeln('function doTitle(){document.title="'+imageTitle+'";}');writeln('</sc'+'ript>');
if (!AutoClose) writeln('</head><body bgcolor=EFF9FC scroll="no" onload="reSizeToImage();doTitle();self.focus()">')
else writeln('</head><body bgcolor=EFF9FC scroll="no" onload="reSizeToImage();doTitle();self.focus()" onblur="self.close()">');
writeln('<img name="George" src='+imageURL+' style="display:block"></body></html>');
close();		
}}

</script>
<!--Website by Crin Design www.crin.co.uk-->

<html>

<head>
<title>Wilson Access - Michael Wilson and Son - Recent Projects</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Michael Wilson and Son - Industrial and Commercial Property Maintenance Specialists - Est 1979">
<meta name="keywords" content="michael wilson, and son, industrial, commercial, property maintenance, high access maintenance, ruthmann steiger tk310, access, platform">
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>
<div id="pagecontainer">

<!--Flash Header-->
	<div id="header">
	  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="100">
        <param name="movie" value="images/Header.swf">
        <param name="quality" value="high">
        <embed src="images/Header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="100"></embed>
      </object>
	</div>
<!--Flash Header End-->
	
<!--Navigation Bar-->
	<div id="nav">
		<div id="button"><a href="index.htm">Home</a></div>
		<div id="button"><a href="specialistskills.htm">Specialist Skills</a></div>
		<div id="currentpage">Recent Projects</div>
		<div id="button"><a href="platformbenefits.htm"> Platform Benefits</a></div>
		<div id="button"><a href="platformspecs.htm">Platform Specs </a></div>
		<div id="button"><a href="contact.htm">Contact</a></div>
  </div>
<!--Navigation Bar End-->

<!--Main Content-->
	<div id="bodycontainer">
      <div id="leftcolumn">
        <p><img src="images/safecontractor.gif" alt="Safe Contractor Logo" width="100" height="100"></p>
        <p><img src="images/Safe-Contractor-09-06-05.gif" alt="Safe Contractor Certificate" width="100" height="150"></p>
        <p><img src="images/belzona.gif" alt="Authorized Contractor for Belzona"></p>
        <p><img src="images/Waste-Carriers-Licence.gif" alt="Waste Carriers License" width="100" height="140"></p>
      </div>
	  <div id="scrollbox">
		  <div id="projecttitle">
		    <p><%=title%></p>
		  </div>
		  <div id="bodytext">
		    <p><%=content%></p>
		  </div>
	  </div>
  </div>
<!--Main Content End-->

<div id="footer">Content copyright © 2005 Michael Wilson and Son. All rights reserved. All content and imagery produced by Michael Wilson and Son. If you wish to use this content in any manner, you need written permission.</div>
</div>

</body>

</html>
