
var showimage1		= "yes"		
var showimage2		= "yes"		
var linkstop 		= "no" 		

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="images/menutop.gif" width="154" height="70"><br>');
}

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Gallery</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="../index3.html" class="menu">Contact</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td>');
document.write('<img src="images/photography.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');

   if (showimage1 == "yes") {
document.write('<br><br><img src="images/photography.jpg" width="75" height="75" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');


