


_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=50                // 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="#968416";
oncolor="black";
offbgcolor="#FFFFCC";
offcolor="#000066";
bordercolor="black";
borderstyle="solid";
borderwidth=1;
separatorcolor="black";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
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=100;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.siam.org/meetings/alenex05/;status=Back To Home Page;");
aI("text=About the Conference;showmenu=About;");
aI("text=Invited Presentation;showmenu=Invited;");
aI("text=Participation;showmenu=Participation;");
aI("text=Hotel Information;url=http://www.siam.org/meetings/alenex05/hotel.htm;");
aI("text=General Information;showmenu=General;");
aI("text=Program;showmenu=Program;");
aI("text=Related Links;showmenu=links;");
aI("text=Students;url=http://www.siam.org/meetings/alenex05/students.htm;");
aI("text=SIAM Home Page;url=http://www.siam.org;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Description;url=index.htm;");
aI("text=Organizing Committee;url=index.htm#organizers;");
aI("text=Funding Agency;url=index.htm#Funding;");
}

with(milonic=new menuname("Invited")){
style=menuStyle;
aI("text=Plenary Speaker;url=invited.htm;");
}

with(milonic=new menuname("Participation")){
style=menuStyle;
aI("text=Deadline Dates;url=participation.htm#deadlines;");
aI("text=How to Participate;url=participation.htm#participation;");
aI("text=Acceptance;url=participation.htm#acceptance;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Exhibits;url=links.htm;");
}

with(milonic=new menuname("General")){
style=menuStyle;
aI("text=Audio-Visual Policy;url=general.htm#av;");
aI("text=Membership;url=general.htm#membership;");
aI("text=Registration;url=general.htm#registration;");
aI("text=Visa Information;url=general.htm#visa;");
aI("text=Local Area;url=general.htm#local;");
}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Schedule;url=program.htm;");
}

drawMenus();


