
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<div id="menu">');

document.write('<p><a href="index.html"><strong>Home</strong></a></p>');
document.write('<p><a href="services.html"><strong>Services</strong></p>');
document.write('<p><a href="portfolio.html"><strong>Portfolio</strong></a></p>');
document.write('<p><a href="about_contact.html"><strong>About/Contact</strong></a></p>');






document.write('</div>');


//  End -->
