_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(MainMenuStyle=new mm_style()){
bordercolor="#DCBE00";
borderstyle="solid";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="12px";
fontstyle="normal";
fontweight="normal";
offbgcolor="#000000";
offcolor="#917D00";
onbgcolor="#000000";
oncolor="#DCBE00";
padding=3;
menuwidth="900";
screenposition="center";
itemheight=25;
itemwidth=350;
closeonclick=true;
fixMozillaZIndex=true
}

with(submenuStyle=new mm_style()){
bordercolor="#DCBE00";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="10pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#DCBE00";
onbgcolor="#000000";
oncolor="#F0E495";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#917D00', Direction=135, Strength=5)";
padding=5;
pagecolor="#8b7802";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
menualign="left";
itemheight=25;
itemwidth=245;
closeonclick=true;
fixMozillaZIndex=true
}

with(submenuStyleServices=new mm_style()){
bordercolor="#DCBE00";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="10pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#DCBE00";
onbgcolor="#000000";
oncolor="#F0E495";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#917D00', Direction=135, Strength=5)";
padding=5;
pagecolor="#8b7802";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
menualign="left";
itemheight=25;
itemwidth=145;
closeonclick=true;
fixMozillaZIndex=true
}

with(submenuStyleRight=new mm_style()){
bordercolor="#DCBE00";
borderwidth=1;
fontfamily="comic sans ms,verdana,helvetica";
fontsize="10pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#DCBE00";
onbgcolor="#000000";
oncolor="#F0E495";
outfilter="fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#917D00', Direction=135, Strength=5)";
padding=5;
pagecolor="#8b7802";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
menualign="right";
itemheight=25;
itemwidth=100;
closeonclick=true;
fixMozillaZIndex=true
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=105;
menuwidth="900";
screenposition="center";
orientation="horizontal";
style=MainMenuStyle;
aI("align=center;status=Back To Home Page;text=Home;url=index.htm;");
aI("text=Wet Plate Collodion;url=wetplate.html;status=Wet Plate;");
}


drawMenus();

