// JavaScript Document

<!--
document.write('<div id="sidebar">');
document.write('<table id="navbar">');
document.write('<tr>');
document.write('<td>');
document.write('<ul>');
document.write('<li><a id="navbar" href="index.html">Home</a></li><hr>');
document.write('<li><a id="navbar" href="gallery1.html">Gallery 1 - Features</a></li><hr>');
document.write('<li><a id="navbar" href="gallery2.html">Gallery 2 - Leisure</a></li><hr>');
document.write('<li><a id="navbar" href="gallery3.html">Gallery 3 - Workers</a></li><hr>');
document.write('<li><a id="navbar" href="gallery4.html">Gallery 4 - Business</a></li><hr>');
document.write('<li><a id="navbar" href="gallery5.html">Gallery 5 - Property</a></li><hr>');
document.write('<li><a id="navbar" href="gallery6.html">Gallery 6 - Published Work</a></li><hr>');
document.write('<li><a id="navbar" href="testimonials.html">Client feedback</a></li><hr>');
document.write('<li><a id="navbar" href="contact.html">Contact details</a></li>');

document.write('</ul>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div><!--sidebar-->');
// -->
