var pageurl = document.location.toString();if (pageurl.indexOf('/portfolios/')!=-1) {	imgroot = '../css/img/';	rooturl = '../';}else {	imgroot = 'css/img/';	rooturl = '';}	document.write('<div id="head">');	document.write('<div id="logo"><h1><a href="' + rooturl + 'index.html"><span>Pond &amp; Company - Architects &bull; Engineers &bull; Planners</span></a></h1></div>');		document.write('<ul id="nav">');document.write('<li id="nav1"><a href="' + rooturl + 'fa.html" onmouseover="nMenu.over(\'root\', 1);" onmouseout="nMenu.out(\'root\', 1);"><img src="' + imgroot + 'nav1.gif" alt="" /></a></li>');document.write('<li id="nav2"><a href="' + rooturl + 'av.html" onmouseover="nMenu.over(\'root\', 2);" onmouseout="nMenu.out(\'root\', 2);"><img src="' + imgroot + 'nav2.gif" alt="" /></a></li>');document.write('<li id="nav3"><a href="' + rooturl + 'fl.html" onmouseover="nMenu.over(\'root\', 3);" onmouseout="nMenu.out(\'root\', 3);"><img src="' + imgroot + 'nav3.gif" alt="" /></a></li>');document.write('<li id="nav4"><a href="' + rooturl + 'tr.html"><img src="' + imgroot + 'nav4.gif" alt="" /></a></li>');document.write('<li id="nav5"><a href="' + rooturl + 'cd.html" onmouseover="nMenu.over(\'root\', 4);" onmouseout="nMenu.out(\'root\', 4);"><img src="' + imgroot + 'nav5.gif" alt="" /></a></li>');document.write('<li id="nav6"><a href="' + rooturl + 'gr.html"><img src="' + imgroot + 'nav6.gif" alt="" /></a></li>');document.write('</ul>');		document.write('<div id="navmask">&nbsp;</div>');document.write('<div id="indicator"></div>');		document.write('</div>');