function writeHeader(){
document.write ("<div class='maincontentwrap'>");
document.write ("<div id='left'>");
document.write ("<h4><a href='index.html'>SMP Development</a></h4>");
document.write ("</div>");
document.write ("<div id='right'>");
document.write ("<a href='specialties.html'>Specialties</a> | ");
document.write ("<a href='casestudies.html'>Case Studies</a> | ");
document.write ("<a href='aboutus.html'>About Us</a> | ");
document.write ("<a href='contactus.html'>Contact Us</a><br>");
document.write ("</div>");
document.write ("</div>");
}

function writeFooter(){
document.write ("<div id='footer'");
document.write ("<a href='index.html'>Home</a> | ");
document.write ("<a href='specialties.html'>Specialties</a> | ");
document.write ("<a href='casestudies.html'>Case Studies</a> | ");
document.write ("<a href='aboutus.html'>About Us</a> | ");
document.write ("<a href='contactus.html'>Contact Us</a><br>");
document.write ("<font size=1>Copyright 2008 | Designed &amp; Developed by <a href='http://www.triplemoonsdesign.com' target='_blank'>Triple Moons Design</a></font>");
document.write ("</div>");
}