// JavaScript Document
document.write('<div align="center">');
document.write('<p class="links"><a href="index.htm">Home</a></p>');
document.write('<p class="links"><a href="aboutus.htm">About Us</a></p>');
document.write('<p class="links"><a href="testimonials.htm">Testimonials</a></p>');
document.write('<p class="links"><a href="cats.htm">Cat Visiting</a></p>');
document.write('</div>');
document.write('<div align="center" onMouseOver="show();" onMouseOut="hide();">');
document.write('<p class="links"><a href="#">Photo Gallery</a></p>');
document.write('<p class="links" id="gallery1"><a href="gallery1.htm">Gallery 1</a></p>');
document.write('<p class="links" id="gallery2"><a href="gallery2.htm">Gallery 2</a></p>');
document.write('<p class="links" id="gallery3"><a href="gallery3.htm">Gallery 3</a></p>');
document.write('<p class="links" id="gallery4"><a href="gallery4.htm">Gallery 4</a></p>');
document.write('</div>');
document.write('<div align="center">');
document.write('<p class="links"><a href="prices.htm">Price List</a></p>');
document.write('<p class="links"><a href="contact.htm" id="lastitem">Contact Us</a></p>');
document.write('</div>');        
