function writeMenu() {
document.write("<TABLE CELLPADDING='0' BACKGROUND='/pics/sec_top_bg.gif' CELLSPACING='0' BORDER='0' WIDTH=655>");
document.write("<TR><TD VALIGN=top COLSPAN=2><IMG SRC='/pics/spacer.gif' WIDTH=655 HEIGHT=1 BORDER=0 ALT=''></TD></TR>");
document.write("<TR><TD VALIGN=top><IMG SRC='/pics/spacer.gif' WIDTH=150 HEIGHT=60 BORDER=0 ALT=''></TD><TD VALIGN=top CLASS='cream8'>");
document.write("<IMG SRC='/pics/spacer.gif' WIDTH=505 HEIGHT=5 BORDER=0 ALT=''><BR>");
document.write("<A HREF='/company.htm' CLASS=mm>COMPANY</A> &nbsp; &nbsp;");
document.write("<A HREF='/services/services.htm' CLASS=mm>SERVICES</A> &nbsp; &nbsp;");
document.write("<A HREF='/clients/clients.htm' CLASS=mm>CLIENTS</A> &nbsp; &nbsp;");
document.write("<A HREF='/projects.htm' CLASS=mm>PROJECTS</A> &nbsp; &nbsp;");
document.write("<A HREF='/staff/staff.htm' CLASS=mm>STAFF</A> &nbsp; &nbsp;");
document.write("<A HREF='javascript: popcontact();' CLASS=mm>CONTACT</A> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
document.write("&nbsp; &nbsp; &nbsp; &nbsp; <A HREF='/index.htm' CLASS=mm>HOME</A> <BR>  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
document.write("&nbsp; <A HREF='/news.htm' CLASS=mm>NEWS & EVENTS</A> &nbsp; &nbsp;");
document.write("&nbsp; <A HREF='/jobs.htm' CLASS=mm>JOBS</A> &nbsp; &nbsp;");
document.write("<A HREF='/library/library.htm' CLASS=mm>LIBRARY</A> &nbsp; &nbsp;");
document.write("<A HREF='javascript: alert(\"available soon\")' CLASS=mm>CLIENT AREA</A>");
document.write("</TD></TR>");
document.write("</TABLE>");
}

