
function hideme(id) {
 document.getElementById(id).style.visibility="hidden";
}

function showme(id) {
  document.getElementById(id).style.visibility="visible";
  document.getElementById(id).style.zIndex = 9000;
}

document.write(
"<div class='menuminwidth0' style='z-index:100'><div class='menuminwidth1'style='z-index:101'><div class='menuminwidth2' style='z-index:102'>" +
"<div class='menu' id='themenu' style='z-index:103'>" +
"<ul style='z-index:104' onmouseout=\"javascript:hideme('servicesbutton');\" onmouseover=\"javascript:showme('servicesbutton');\">" +
"    <li id='services' style='z-index:105'><a href='/default.htm'>Services<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table cellpadding='0' cellspacing='0'><tr><td><![endif]-->" +
"        <ul class='leftbutton' id='servicesbutton' style='z-index:106'>" +
"            <li style='z-index:107'><a href='Municipal Engineering.htm'>&nbsp;Municipal Engineering</a></li>" +
"            <li><a href='Commercial and Residential Engineering.htm'>&nbsp;Commercial and Residential Engineering</a></li>" +
"            <li><a href='Land Surveying.htm'>&nbsp;Land Surveying</a></li>" +
"            <li><a href='Environmental Engineering.htm'>&nbsp;Environmental Engineering</a></li>" +
"            <li><a href='Sanitary Sewer.htm'>&nbsp;Sanitary Sewer</a></li>" +
"            <li><a href='Water Resources.htm'>&nbsp;Water Resources</a></li>" +
"            <li><a href='Water Supply.htm'>&nbsp;Water Supply</a></li>" +
"            <li><a href='Transportation Engineering.htm'>&nbsp;Transportation</a></li>" +
"            <li style='z-index:108'><a href='Structural Engineering.htm'>&nbsp;Structural Engineering</a></li>" +
"        </ul>" +
"        <!--[if lte IE 6]></td></tr></table></a><![endif]-->" +
"    </li>" +
"</ul>" +
"<ul onmouseout=\"javascript:hideme('aboutusbutton');\" onmouseover=\"javascript:showme('aboutusbutton');\">" +
"    <li><a href='#'>About Us<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border='0' cellpadding='0' cellspacing='0'><tr><td><![endif]-->" +
"        <ul id='aboutusbutton'>" +
"             <li><a href='Who We Are.htm'>&nbsp;Who We Are</a></li>" +
"            <li><a href='Whom We Serve.htm'>&nbsp;Whom We Serve</a></li>" +
"            <li><a href='Mission Statement.htm'>&nbsp;Mission Statement</a></li>" +
"            <li><a href='History.htm'>&nbsp;History</a></li>" +
"        </ul>" +
"    <!--[if lte IE 6]></td></tr></table></a><![endif]-->" +
"    </li>" +
"</ul>"+
"<ul onmouseout=\"javascript:hideme('projectsbutton');\" onmouseover=\"javascript:showme('projectsbutton');\">"+
"    <li><a href='#'>Projects<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border='0' cellpadding='0' cellspacing='0'><tr><td><![endif]-->"+
"        <ul id='projectsbutton'>"+
"            <li><a href='http://qap.questcdn.com/qap/projects/prj_browse/ipp_prj_browse.html?group=5482&provider=5482'>&nbsp;Quest CDN</a></li>"+
"            <li><a href='Current Projects.htm'>&nbsp;Current Projects</a></li>"+
"        </ul>"+
"        <!--[if lte IE 6]></td></tr></table></a><![endif]-->"+
"    </li>"+
"</ul>"+
"<ul onmouseout=\"javascript:hideme('newsbutton');\" onmouseover=\"javascript:showme('newsbutton');\">"+
"    <li><a href='#'>News<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border='0' cellpadding='0' cellspacing='0'><tr><td><![endif]-->"+
"        <ul id='newsbutton'>"+
"            <li><a href='Current Events.htm'>&nbsp;Current Events</a></li>"+
"            <li><a href='Newsletters.htm'>&nbsp;Newsletter</a></li>"+
"        </ul>"+
"        <!--[if lte IE 6]></td></tr></table></a><![endif]-->"+
"    </li>"+
"</ul>"+
"<ul onmouseout=\"javascript:hideme('contactbutton');\" onmouseover=\"javascript:showme('contactbutton');\">"+
"    <li><a href='.'>Contact Us<!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border='0' cellpadding='0' cellspacing='0'><tr><td><![endif]--> "+
"        <ul id='contactbutton'>"+
"            <li><a href='Contacts.htm'>&nbsp;Contact Information</a></li>"+
"        </ul>"+
"        <!--[if lte IE 6]></td></tr></table></a><![endif]-->"+
"    </li>"+
"</ul>"+
"</div> <!-- close 'menu' div -->"+
"</div></div></div>");

