function displaybuttons() { 
document.write('<p><br>');
document.write('<a href="index.htm">&nbsp;Home&nbsp;</a><BR><BR>');
document.write('<a href="news.htm">&nbsp;Latest&nbsp;News&nbsp;</a><BR><BR>');
document.write('<a href="why.htm">&nbsp;Why&nbsp;Sky&nbsp;Rail?&nbsp;</a><BR><BR>');
document.write('<a href="what.htm">&nbsp;What&nbsp;is&nbsp;Sky&nbsp;Rail?&nbsp;</a><BR><BR>');
document.write('<a href="history.htm">&nbsp;Light&nbsp;Rail&nbsp;History&nbsp;</a><BR><BR>');
document.write('<a href="pictures.htm">&nbsp;Photographs&nbsp;</a><BR><BR>');
document.write('<a href="routes.htm">&nbsp;Possible Routes&nbsp;</a><BR><BR>');
document.write('<a href="links.htm">&nbsp;Web&nbsp;Links&nbsp;</a><BR><BR>');
document.write('<a href="download.htm">&nbsp;Downloads&nbsp;</a><BR><BR>');
document.write('<a href="comments.htm">&nbsp;Comments&nbsp;</a><BR><BR>');
document.write('<a href="contact.htm">&nbsp;How&nbsp;to&nbsp;contact&nbsp;us&nbsp;</a><BR><BR>');
document.write('</p>');
}