
deframe("brentford");
setImageSrc("brentford");

var sMsg = "OVERGROUND · Brentford Dock";
var aMsg = "OVERGROUND";
window.defaultStatus = sMsg;

var btnData = new Array();
btnData[0] = new Array("", "", "");
btnData[1] = new Array("Home Page", "top.location.href='..\'", "Home Page");
btnData[2] = new Array("Background Information for this page", "window.location='#I'", "Information");
btnData[3] = new Array("Send email", "location.href='mai" + "lto:" + ePost + "?Subject=" + "Overground Brentford Dock Website'", "email");
btnData[4] = new Array("Return to the top of the page", "window.location='#0'", "Top");

function banner() {
   var imgL = 19, txtL = 222, nn = "";
   nn+='<div style="position:relative; width:775px; height:195px;">';
   nn+='<div style="position:absolute; width:200px; height:150px; left:' + imgL + 'px; top:25px; background-image:url(\'thumbs/mBanner.gif\');"></div>';
   nn+='<div style="left:' + txtL + 'px; top:20px;" class="bannerSub4">The old railway bridges of . .</div>';
   nn+='<div style="left:' + txtL + 'px; top:35px;" class="bannerMain">Brentford Dock</div>';
   nn+='<div style="left:' + txtL + 'px; top:97px;" class="bannerSub1">The B&amp;W photographs were taken in 1970 as a personal historical record</div>';
   nn+='<div style="left:' + txtL + 'px; top:120px;" class="bannerSub2">All material on this site is &copy;1970-' + copyrt + ' Peter Wright unless otherwise noted<br />Copyright material may NOT be reproduced without written permission</div>';
   nn+='<div style="left:' + txtL + 'px; top:160px;" class="bannerSub3">This page was last updated : ' + B_update +'</div>';
   nn+='<div style="width:775px; height:195px; left:0px; top:0px;" class="glass"></div>';
   nn+='</div>';
   return nn;
}

