if (navigator.appName=="Netscape"){nn4=true;}else{nn4=false;}d=document;
function drawDivTop(n){if(nn4){d.write('<layer ID=menu',n,' top=50 VISIBILITY=HIDE onMouseOver="showMenu(',n,');" onMouseOut="hideMenu(',n,');">');}else{d.write('<div ID=menu',n,' style="z-order:1;top:53;position:absolute;visibility:hidden;" onMouseOver="showMenu(',n,');" onMouseOut="hideMenu(',n,');">');}d.write('<table cellspacing=0 cellpadding=0 border=0><tr><td bgcolor=black><table border=0 cellspacing=1 cellpadding=3>');}
function drawDivBottom(){d.write('</table></td></tr></table>');if(nn4){d.write('</layer>');}else{d.write('</div>');}}
function relPosX(which){if (nn4){return eval("d.div"+which+".pageX");}else{var elem=d.all["ig"+which];var pos=elem.offsetLeft;while(elem.offsetParent!=null){elem=elem.offsetParent;pos+=elem.offsetLeft;if(elem.tagName=='BODY')break;}return pos;}}
function relPosY(which) {if (nn4) {var elem=eval("d.div"+which);return elem.pageY+39;}else{var elem=d.all["ig"+which];var pos=elem.offsetTop+elem.height;while(elem.offsetParent!=null){elem=elem.offsetParent;pos+=elem.offsetTop;if(elem.tagName=='BODY')break;}return pos;}}
function displayMenu(n,x,y){if(nn4){eval("d.menu"+n+".visibility='visible';");eval("d.menu"+n+".left="+x+";");eval("d.menu"+n+".top="+y+";");}else{eval("menu"+n+".style.visibility='visible';");eval("menu"+n+".style.left="+x+";");eval("menu"+n+".style.top="+y+";");}}
function displayMenuN(n,x,y){if (nn4) {eval("d.menu"+n+".visibility='visible';");eval("d.menu"+n+".left="+x+";");eval("d.menu"+n+".top="+y+";");}}
function showMenu(n) {if (nn4) {eval("d.menu"+n+".visibility='visible';");}else{eval("menu"+n+".style.visibility='visible';");}}
function hideMenu(n){if(nn4){eval("d.menu"+n+".visibility='hide';");}else{eval("menu"+n+".style.visibility='hidden';");}}
function hideMenuN(n){if(nn4){eval("d.menu"+n+".visibility='hide';");}}
function drawMenuItem(lnk,txt){d.write('<tr><td bgcolor=#94BA63><a class=topmenu href="',lnk,'">',txt,'</a></td></tr>');}
drawDivTop(1);
  drawMenuItem('gallery.html',' &nbsp; &nbsp;Gallery');
  drawMenuItem('projects.html',' &nbsp; &nbsp;Projects');
  drawMenuItem('maintenance.html',' &nbsp;&nbsp; Maintenance &nbsp; ');
  drawMenuItem('stone.html',' &nbsp; &nbsp;Stone');
  drawMenuItem('wood.html',' &nbsp; &nbsp;Wood');
drawDivBottom();
//  End -->