menu()

function menu()
{
document.write("<TD width=22% valign=top>");
document.write("<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>");
document.write("<table cellspacing=0 cellpadding=0 id=menu1 class=ddmx>");
document.write("<tr><td>");
document.write("<a class='item1' href='index.html'>HOME</a>");
document.write("<a class='item1' href='#'>ABOUT US</a>");
document.write("<div class='section'>");
document.write("<p class='pcolor'><a class='item2' href='philosophy.html'>Philosophy</a></p>");
document.write("<p class='pcolor'><a class='item2' href='services.html'>Services Offered</a></p>");
document.write("<p class='pcolor'><a class='item2' href='organisation.html'>Organisation</a></p>");
document.write("<p class='pcolor'><a class='item2' href='consultants.html'>Consultants</a></p>");
document.write("</div>");
document.write("<a class='item1' href='#'>PROJECTS</a>");
document.write("<div class='section'>");
document.write("<p class='pcolor'><a class='item2' href='housing.html'>Housing</a></p>");
document.write("<p class='pcolor'><a class='item2' href='commercial.html'>Commercial</a></p>");
document.write("<p class='pcolor'><a class='item2' href='institutional.html'>Institutional</a></p>");
document.write("<p class='pcolor'><a class='item2' href='industrial.html'>Industrial</a></p>");
document.write("<p class='pcolor'><a class='item2' href='interior.html'>Interior</a></p>");
document.write("<p class='pcolor'><a class='item2' href='landscape.html'>Landscape & <br> Site Development</a></p>");
document.write("<p class='pcolor'><a class='item2' href='planning.html'>Planning</a></p>");
document.write("</div>");
document.write("<a class='item1' href='clients.html'>CLIENTS</a>");
document.write("<a class='item1' href='contact.html'>CONTACT US</a>");
document.write("</td></tr>");
document.write("</table>");
}
