


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=15;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.shtml;status=Back To Home Page;");
aI("text=Gallery;showmenu=Gallery;");
aI("text=Plans;url=plans.html;");
aI("text=Software;showmenu=Software;");
aI("text=Comments;url=comments.html;status=Back To Comments Page;");
aI("text=Segmented Turning;showmenu=Segmented Turning;");
aI("text=Links;url=links.html;status=Back To Links Page;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Bowls;url=bowls.html;");
aI("text=Vases;url=vases.html;");
aI("text=Lidded Containers;url=ginger.html;");
aI("text=Miscellaneous;url=miscella.html;");
}

with(milonic=new menuname("Software")){
style=menuStyle;
aI("text=PC Software;url=software.html;");
aI("text=Palm Software;url=PalmSoftware.html;");
}

with(milonic=new menuname("Segmented Turning")){
style=menuStyle;
aI("text=The Studio;url=studio.html;");
aI("text=Bowl Design;showmenu=Bowl Design;");
aI("text=Bowl Construction;showmenu=Bowl Construction;");
aI("text=Table Saw Sleds;showmenu=Table Saw Sleds;");
aI("text=Techniques;url=techniques.html;");
aI("text=Tools & Jigs;url=tools&jigs.html;");
}

with(milonic=new menuname("Bowl Design")){
style=menuStyle;
aI("text=No Math Method;url=GraphBowlDesign.html;");
aI("text=PC Method;url=PCBowlDesign.html;");
}

with(milonic=new menuname("Bowl Construction")){
style=menuStyle;
aI("text=Frame Miter Bowl;url=FrameMiterBowl.html;");
aI("text=Compound Miter Bowl;url=CompMiterBowl.html;");
aI("text=Open Segment Bowl;url=OpenSegmentBowl.html;");
}

with(milonic=new menuname("Table Saw Sleds")){
style=menuStyle;
aI("text=Frame Miter Sled;url=framesled.html;");
aI("text=Compound Miter Sled;url=compsled.html;");
}

drawMenus();


