<!-- Start Top Menu Section

// NOTE: If you use a ' add a slash before it like this \'

document.write ('<div id="demo">');
document.write ('<span id="home"><a href="index.html">Home</a></span>');
document.write ('<span id="services">Services and areas</span>');
document.write ('<span id="about">About</span>');
document.write ('<span id="rates">Rates and Payments</span>');
document.write ('<span id="FAQs">FAQ\'s & Info</span>');
document.write ('<span id="author">Authorizations</span>');
document.write ('<span id="links"><a href="links.htm">Links</a></span>');
document.write ('</div>');


