<!-- Begin

document.write('<div id="navcontainer">');
document.write('<a class="index" href="index.html">Home</a>');
document.write('<a class="qualifications" href="qualifications.html">Qualifications</a>');
document.write('<a class="commitment" href="commitment.html">Commitment</a>');
document.write('<a class="services" href="services.html">Services</a>');
document.write('<a class="projects" href="projects.html">Projects</a>');
document.write('<a class="testimonials" href="testimonials.html">Testimonials</a>');
document.write('<a class="tips" href="tips_tricks.html">Tips and Tricks</a>');
document.write('<a class="contactus" href="contactus.html">Contact Us</a>');
document.write('<a class="specials" href="specials.html">Specials</a>');
document.write('</div>');

//  End -->

