/* put at end of page
file is header.js 
activate with <script src="header.js" language="javascript" type="text/javascript"></script>
from an idea by Ronny Drappier, http://sipreal.com 
*/
pageTitle=document.title;
backGrnd = "#00FF66"; //bgcolor/2; //"rgb(89,202,51)";// bgcolor
document.write('<div align="center"><center><table width="95%" bordercolor="#00CC66" border="5">' +
 '<tr><td bgcolor="' + backGrnd +'"><table border="0" align="center" width="100%"><tr><td colspan="2" align="center" bgcolor="#00FF66">');
document.write('<img src="../headop.jpg" width="389" height="81" hspace="2" vspace="2" border="1" ' +
//document.write('<img src="www.railsoc.org.nz/headop.jpg" width="389" height="81" hspace="2" vspace="2" border="1" ' +
 'alt="New Zealand Railway and Locomotive Soc."></td></tr><tr><td id="head" width="50%">'); 
document.write(mapTable(name));
document.write('&nbsp;&nbsp;<img src="../nav.gif" width="79" height="8" alt="" border="0"></td><td>' + navTable(name))
//document.write('&nbsp;&nbsp;<img src="www.railsoc.org.nz/nav.gif" width="79" height="8" alt="" border="0"></td><td>' + navTable(name))
document.write('</td></tr></table></td></tr></table></center></div>');
 
