<!-- Begin
function footer() {
document.write('<center class=menu>');
document.write('| <a href=index.html>Home</a> '); 
document.write('| <a href=project.html>Projects</a> ');
document.write('| <a href=links.html>Links</a> ');
document.write('| <a href=contact.html>Contact</a> |<br>');
document.write('Copyright J J Builders <br>All third party trademarks are hereby acknowledged.<br>');
document.write('</center>');
}

function email() {
document.write('<a href=mailto:john@jjbuilders.eclipse.co.uk?subject=Web_site_JJBUILDERS><font class=menu>john@jjbuilders.eclipse.co.uk</font></a>')
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// End -->
