_menuCloseDelay=350           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=130            // The time delay before menus open on mouse over

with(menuStyle=new mm_style()){
align="center";
onbgcolor="#9999cc";
oncolor="#000000";
//offbgcolor="#666699"; // 565682 is great, 666699
offbgcolor="#565682"; // 565682 is great, 666699
offcolor="#FFFFFF";
bordercolor="#9999cc"; // bright blue
borderstyle="solid";
borderwidth=1;
separatorcolor="#9999cc"; // light blue
separatorsize=1;
padding=4;
//fontsize="75%";
fontsize="10pt";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma, Helvetica";
pagecolor="black";
pagebgcolor="#8888c1";
headercolor="#000000";
headerbgcolor="#333333";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
}

itemStyle=new copyOf(menuStyle);
itemStyle.align="left";

with(milonic=new menuname("Bed Frames")){
style=itemStyle;
overflow="scroll";
aI("text=Frame and Panel;url=/Menus/framebeds.php;");
aI("text=Exposed Joinery;url=/Menus/joinerybeds.php;");
}

with(milonic=new menuname("Tables")){
style=itemStyle;
overflow="scroll";
aI("text=Side;url=/Menus/sidetables.php;");
aI("text=Coffee;url=/Menus/coffeetables.php;");
aI("text=Dining;url=/Menus/diningtables.php;");
aI("text=More;url=/Menus/moretables.php;");
}

with(milonic=new menuname("Lamps")){
style=itemStyle;
overflow="scroll";
aI("text=Floor;url=;");
aI("text=Table;url=;");
}

with(milonic=new menuname("More")){
style=itemStyle;
overflow="scroll";
aI("text=Lamps;url=/Menus/lamps.php;");
aI("text=Shoji&nbsp;Screens&nbsp;&amp;&nbsp;Doors;url=/Menus/shojidoors.php;");
aI("text=Bookshelves;url=/oneimage.php?id=33;");
aI("text=Senufo-style Chairs;url=/piece.php?id=44;");
}

with(milonic=new menuname("Articles")){
style=itemStyle;
overflow="scroll";
aI("text=Maintaining a Point of Reference;url=http://www.modernwoodworking.com/01issues/january/news/custom.htm;target=_new;");
aI("text=Build a Trapezoidal Bookcase;url=http://www.taunton.com/finewoodworking/pages/w00018.asp;target=_new;");
aI("text=Frame-and-Panel Bed;url=/Articles/99.jf.fw.php;");
aI("text=Computer Photograph Brings Lamp to Life;url=/Articles/97.jj.hf.php;");
aI("text=Narra Bed with Exposed Joinery;url=/Articles/95.fall.hf.php;");
aI("text=Designs In Touch With the Soul of Nature;url=/Articles/940908.nytimes.php;");
}

with(milonic=new menuname("About")){
style=itemStyle;
overflow="scroll";
aI("text=About David Fay;url=/Profiles/fay.php;");
aI("text=Philosophy;url=/Profiles/philosophy.php;");
aI("text=The Woodshop;url=/Profiles/shop.php;");
aI("text=References;url=/Profiles/references.php;");
aI("text=What&rsquo;s New;url=/new.php;");
aI("text=Links;url=/Profiles/links.php;");
}

drawMenus();

