
spacer = '<tr><td><img src="spacer185.gif"></td><td><img src="spacer185.gif"></td>\
<td><img src="spacer185.gif"></td><td><img src="spacer185.gif"></td></tr>';

header = '<tr><td colspan=4 border=3 bordercolor="#0000a0">\
<h1>\
<IMG valign=top width="140" SRC="topleft.jpg">&nbsp;Gordon Stokes - Photography	&nbsp;\
<IMG valign=center width="140" SRC="topright.jpg"></h1></td></tr>';

line1 = '<tr><td class="older">\
<A HREF="index.html">Home and Gallery</A></td><td class="older">\
<A HREF="aboutgor.html">About Gordon Stokes</A></td><td class="older">\
<A HREF="technic.html">Technical</FONT></A></td><td class="older">\
<A HREF="contact.html">Email Contact</FONT></A></td></tr>';

line2 = '<tr><td class="older">\
<A HREF="testarea.html">Silly things</A></td><td class="older">\
<A HREF="thoughts.html">On Photography</A></td><td class="older" style="font-size:11;">\
<a href="transport/index.html"><i>Transport Stuff</i></a></td><td class="older">\
Last updated - Sept 2011</td></tr>';

footerroot = '<tr><td colspan=2>\
<p class="paraleft">\
<a href="index.html">Back to Index</A></p>\
</td>\
<td colspan=2><p class="pararight">&copy; Gordon Stokes, 2011</p></td>\
</tr>';

footerintro = '<tr><td colspan=2>\
<p class="paraleft">\
<a href="../index.html">Back to Index</A></p>\
</td>\
<td colspan=2><p class="pararight">&copy; Gordon Stokes, 2011</p></td>\
</tr>';

function writelines() {
document.write(line1 + line2);
}

function writetop() {
document.write(spacer + header + line1 +line2);
}

function writetop2() {
document.write(spacer + header);
}

function writeFooterRoot() {
document.write(footerroot);
}
function writeFooterIntro() {
document.write(footerintro);
}

