
deframe("gallery");
setImageSrc("gallery");

var sMsg = "OVERGROUND · Gallery";
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 Gallery Website'", "email");
btnData[4] = new Array("Return to the top of the page", "window.location='#0'", "Top");

function banner() {
   var imgL = 17, txtL = 222, nn = "";
   nn+='<div style="position:relative; width:775px; height:170px;">';
   nn+='<div style="position:absolute; width:200px; height:98px; left:' + imgL + 'px; top:37px; background-image:url(\'../images/a_gallery.gif\');"></div>';
   nn+='<div style="left:' + txtL + 'px; top:10px;" class="bannerMain">Gallery</div>';
   nn+='<div style="left:' + txtL + 'px; top:72px;" class="bannerSub1">A miscellany of photographs and images dated between 1970 and 2006</div>';
   nn+='<div style="left:' + txtL + 'px; top:97px;" 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:136px;" class="bannerSub3">This page was last updated : ' + G_update +'</div>';
   nn+='<div style="width:775px; height:170px; left:0px; top:0px;" class="glass"></div>';
   nn+='</div>';
   return nn;
}

