


_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="#AD6100";
oncolor="#ffffff";
offbgcolor="black";
offcolor="#CCCCCC";
bordercolor="#AD6100";
borderstyle="solid";
borderwidth=1;
separatorcolor="#AD6100";
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/op05/;status=Back To Home Page;");
aI("text=About the Conference;showmenu=About;");
aI("text=Invited Plenary Speakers;url=invited.htm;");
aI("text=Invited Plenary Downloads;url=downloads.htm;");
aI("text=Minisymposium;url=minis.htm;");
aI("text=Participation;showmenu=Participation;");
aI("text=Hotel Information;url=http://www.siam.org/meetings/op05/htlinfo.htm;");
aI("text=General Information;showmenu=General;");
aI("text=Program;showmenu=Program;");
aI("text=Related Links;showmenu=links;");
aI("text=Short Courses;showmenu=ShortCourses;");
aI("text=Students;url=http://www.siam.org/meetings/op05/students.htm;");
aI("text=Sponsors;url=http://www.siam.org/meetings/op05/sponsors.htm;");
aI("text=SIAM Home Page;url=http://www.siam.org;");
aI("text=SIAG/OPT;url=http://www.siam.org/siags/siagopt.htm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Conference Themes;url=index.htm#themes;");
aI("text=Description;url=index.htm#description;");
aI("text=Funding;url=index.htm#Funding;");
aI("text=Organizing Committee;url=index.htm#organizers;");
}

with(milonic=new menuname("Participation")){
style=menuStyle;
aI("text=Deadline Dates;url=participation.htm;");
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=Hotel Map;url=hotelmap.pdf;");
aI("text=Membership;url=general.htm#membership;");
aI("text=Registration;url=reginfo.htm;");
aI("text=Local Area;url=general.htm#local;");
aI("text=Social Program;url=gettogethers.htm;");
}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Schedule;url=http://www.siam.org/confpart/program.cfm?CONFCODE=OP05;");
aI("text=Speaker Index;url=spkindex.htm;");
aI("text=Schedule Updates;url=updates.htm;");
}

with(milonic=new menuname("ShortCourses")){
style=menuStyle;
aI("text=Short Course 1;url=scourse.htm;");
aI("text=Short Course 2;url=scourse2.htm;");
}

drawMenus();


