
function writeMainMenu() {
document.write("<A HREF='company.htm' CLASS=mmsb>COMPANY</A> &nbsp; &nbsp; ");
document.write("<A HREF='services/services.htm' CLASS=mmsb>SERVICES</A> &nbsp; &nbsp;"); 
document.write("<A HREF='clients/clients.htm' CLASS=mmsb>CLIENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='projects.htm' CLASS=mmsb>PROJECTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='staff/staff.htm' CLASS=mmsb>STAFF</A> &nbsp; &nbsp; &nbsp; &nbsp;"); 
document.write("<A HREF='javascript: popcontact(\"..\");' CLASS=mmsb>CONTACT</A> <BR> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
document.write("<A HREF='news.htm' CLASS=mmsb>NEWS & EVENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='jobs.htm' CLASS=mmsb>JOBS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='library/library.htm' CLASS=mmsb>LIBRARY</A> &nbsp; &nbsp;"); 
}

function writeSecMenu() {
document.write("<A HREF='company.htm' CLASS=mmsb>COMPANY</A> &nbsp; &nbsp; ");
document.write("<A HREF='services/services.htm' CLASS=mmsb>SERVICES</A> &nbsp; &nbsp;"); 
document.write("<A HREF='clients/clients.htm' CLASS=mmsb>CLIENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='projects.htm' CLASS=mmsb>PROJECTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='staff/staff.htm' CLASS=mmsb>STAFF</A> &nbsp; &nbsp; &nbsp; &nbsp;"); 
document.write("<A HREF='javascript: popcontact();' CLASS=mmsb>CONTACT</A> <BR> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
document.write("<A HREF='news.htm' CLASS=mmsb>NEWS & EVENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='jobs.htm' CLASS=mmsb>JOBS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='library/library.htm' CLASS=mmsb>LIBRARY</A> &nbsp; &nbsp;"); 
document.write("<A HREF='index.htm' CLASS=mmsb>HOME</A> &nbsp; &nbsp;"); 
}

function writeSec2Menu() {
document.write("<A HREF='../company.htm' CLASS=mmsb>COMPANY</A> &nbsp; &nbsp; ");
document.write("<A HREF='../services/services.htm' CLASS=mmsb>SERVICES</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../clients/clients.htm' CLASS=mmsb>CLIENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../projects.htm' CLASS=mmsb>PROJECTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../staff/staff.htm' CLASS=mmsb>STAFF</A> &nbsp; &nbsp; &nbsp; &nbsp;"); 
document.write("<A HREF='javascript: popcontact2();' CLASS=mmsb>CONTACT</A> <BR> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");
document.write("<A HREF='../news.htm' CLASS=mmsb>NEWS & EVENTS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../jobs.htm' CLASS=mmsb>JOBS</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../library/library.htm' CLASS=mmsb>LIBRARY</A> &nbsp; &nbsp;"); 
document.write("<A HREF='../index.htm' CLASS=mmsb>HOME</A> &nbsp; &nbsp;"); 
}

function writeServicesHPMenu() {
document.write("<UL><LI><A HREF='services/fishery.htm' CLASS=mms>Fishery Management & Policy</A><BR>"); 
document.write("<LI><A HREF='services/environ.htm' CLASS=mms>Environmental Impact</A><BR>"); 
document.write("<LI><A HREF='services/impact.htm' CLASS=mms>Economic Assessment & Impact</A><BR>"); 
document.write("<LI><A HREF='services/expert.htm' CLASS=mms>Fishery Expert Witness</A><BR>"); 
document.write("<LI><A HREF='services/salmon.htm' CLASS=mms>Salmon Investigations</A><BR>"); 
document.write("<LI><A HREF='services/infrastructure.htm' CLASS=mms>Infrastructure Development</A><BR>"); 
document.write("<LI><A HREF='services/derelict.htm' CLASS=mms>Derelict Gear Removal</A><BR>"); 
document.write("<LI><A HREF='services/cable.htm' CLASS=mms>Cable-Fisheries Interaction</A><BR>"); 
document.write("<LI><A HREF='services/energy_mgmt.htm' CLASS=mms>Energy Management Program</A></UL>"); 
}

function writeServicesSecMenu() {
document.write("<UL><LI><A HREF='../services/fishery.htm' CLASS=sm>Fishery Management & Policy</A><BR>"); 
document.write("<LI><A HREF='../services/environ.htm' CLASS=sm>Environmental Impact</A><BR>"); 
document.write("<LI><A HREF='../services/impact.htm' CLASS=sm>Economic Assessment & Impact</A><BR>"); 
document.write("<LI><A HREF='../services/expert.htm' CLASS=sm>Fishery Expert Witness</A><BR>"); 
document.write("<LI><A HREF='../services/salmon.htm' CLASS=sm>Salmon Investigations</A><BR>"); 
document.write("<LI><A HREF='../services/infrastructure.htm' CLASS=sm>Infrastructure Development</A><BR>"); 
document.write("<LI><A HREF='../services/derelict.htm' CLASS=sm>Derelict Gear Removal</A><BR>"); 
document.write("<LI><A HREF='../services/cable.htm' CLASS=sm>Cable-Fisheries Interaction</A><BR>"); 
document.write("<LI><A HREF='../services/energy_mgmt.htm' CLASS=sm>Energy Management Program</A></UL>"); 
}
