_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#296488";

borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#BFBFFF";
offcolor="#515151";
onbgcolor="#8080C0";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="scripts/milonic/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("status=Go To Search Page;text=Search;url=http://www.mlloyd.org/search.htm;");
aI("showmenu=LatinMenu;text=Latin;");
aI("showmenu=LloydMenu;text=Lloyd;");
aI("showmenu=SSHMMenu;text=St Stephen's;");
}

with(milonic=new menuname("LatinMenu")){
style=menuStyle;
aI("text=SMS Latin Home Page;url=https://webserver.sms.org/intranet/classes/forlang/latin/index.htm;");
aI("text=Perseus Page;url=file:///C:/Documents%20and%20Settings/Marshall/My%20Documents/web/perseus/main.html;");
}

with(milonic=new menuname("LloydMenu")){
style=menuStyle;
overflow="scroll";
aI("showmenu=MDLalbums;text=Photo Albums;");
aI("showmenu=MDLslides;text=Slide Shows;");
aI("showmenu=MDLvideos;text=Videos;");
aI("text=MP3;url=http://www.mlloyd.org/php/AndromedaPHP/andromeda.php");


}

with(milonic=new menuname("SSHMMenu")){
style=menuStyle;
overflow="scroll";
aI("showmenu=SSHslides;text=Slide Shows;");
aI("showmenu=SSHalbums;text=Photo Albums;");
}

with(milonic=new menuname("SSHslides")){
style=menuStyle;
aI("text=Lucia's Installation;clickfunction=open_slideshow(1);");
aI("text=CSS index;url=http://www.blooberry.com/indexdot/css/index.html;");
}

with(milonic=new menuname("MDLslides")){
style=menuStyle;
overflow="scroll";
aI("text=Lucia's Installation;clickfunction=open_slideshow(marshalllloyd-1);");
aI("text=Calendar Photos;clickfunction=open_slideshow(marshalllloyd-2);");
aI("text=Pettigrew Pumpkin Party;clickfunction=open_slideshow(marshalllloyd-4);");
aI("text=Noah\'s Ark;clickfunction=open_slideshow(marshalllloyd-5);");
aI("text=Oyster Festival 2008;clickfunction=open_slideshow(marshalllloyd-6);");
aI("text=May Ball 2009;clickfunction=open_slideshow(marshalllloyd-7);");
aI("text=Wedding Album;clickfunction=open_slideshow(marshalllloyd-8);");
aI("text=Shrinemont 2009;clickfunction=open_slideshow(marshalllloyd-10);");
aI("showmenu=LKLSlideShows;text=Lucia\'s Slide Shows;");
}

with(milonic=new menuname("LKLSlideShows")){
style=menuStyle;
aI("text=Lucia at St. Thomas;clickfunction=open_slideshow('lucialloyd-3');");
aI("text=Cancer Survivor;clickfunction=open_slideshow('lucialloyd-10');");
aI("text=Jerusalem: Palestine of Jesus;clickfunction=open_slideshow('lucialloyd-6');");
aI("text=Jerusalem Week Two;clickfunction=open_slideshow('lucialloyd-11');");
}






with(milonic=new menuname("SSHalbums")){
style=menuStyle;
aI("text=Lucia's Installation;url=http://marshalllloyd.multiply.com/photos/album/1#;");
aI("text=Calendar Photos;url=http://marshalllloyd.multiply.com/photos/album/2;");
}

with(milonic=new menuname("MDLalbums")){
style=menuStyle;
overflow="scroll";
aI("text=Flickr;url=http://www.flickr.com/photos/98753275@N00/;");
aI("text=Multiply;url=http://marshalllloyd.multiply.com/photos;");
aI("text=Picasa;url=http://picasaweb.google.com/mlloyd57;");
aI("text=Webshots;url=http://community.webshots.com/user/marshalllloyd;");
aI("text=Calendar Photos;url=http://marshalllloyd.multiply.com/photos/album/2;");
}

with(milonic=new menuname("MDLvideos")){
style=menuStyle;
overflow="scroll";
aI("text=Multiply;url=http://marshalllloyd.multiply.com/video;");
aI("text=Vimeo;url=http://www.vimeo.com/1956310;");
aI("text=YouTube;url=http://www.youtube.com/user/MarshallLloyd;");
}

drawMenus();


