
deframe("chiswick");
setImageSrc("chiswick");

var sMsg = "OVERGROUND · Chiswick Skid Patch";
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 Chiswick Skid Patch Website'", "email");
btnData[4] = new Array("Return to the top of the page", "window.location='#0'", "Top");

function banner() {
   var imgL = 44, txtL = 197, nn = "";
   nn+='<div style="position:relative; width:775px; height:195px;">';
   nn+='<div style="position:absolute; width:98px; height:160px; left:' + imgL + 'px; top:18px; background-image:url(\'../images/a_chiswick.gif\');"></div>';
   nn+='<div style="left:' + txtL + 'px; top:10px;" class="bannerMain">Chiswick Skid Patch</div>';
   nn+='<div style="left:' + txtL + 'px; top:74px;" class="bannerSub1">These photographs were taken in 1970 as a personal historical record</div>';
   nn+='<div style="left:' + txtL + 'px; top:99px;" 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:138px;" class="bannerSub3">This page was last updated : ' + C_update +'</div>';
   nn+='<div style="left:' + txtL + 'px; top:162px;" class="bannerSub4">Please note this site is not in any way associated with London Transport</div>';
   nn+='<div style="width:775px; height:195px; left:0px; top:0px;" class="glass"></div>';
   nn+='</div>';
   return nn;
}


