


_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="#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=100;
left=10;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.siam.org/meetings/nw04/;status=Back To Home Page;");
aI("text=About the Conference;showmenu=About;");
aI("text=Invited Presentations;showmenu=Invited;");
aI("text=Participation;showmenu=Participation;");
aI("text=Hotel Information;showmenu=Hotel;");
aI("text=Registration Information;showmenu=Registration;");
aI("text=General Information;showmenu=General;");
aI("text=Program;showmenu=Program;");
aI("text=Related Links;showmenu=links;");
aI("text=Short Course;url=http://www.siam.org/meetings/nw04/scourse.htm;");
aI("text=Students;url=http://www.siam.org/meetings/nw04/students.htm;");
aI("text=Workshops;url=http://www.siam.org/meetings/nw04/workshops.htm;");
aI("text=SIAM Home Page;url=http://www.siam.org;");
aI("text=SIAG/NW;url=http://www.siam.org/siags/siagnlw.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 Agency;url=index.htm#Funding;");
aI("text=Organizing Committee;url=index.htm#organizers;");
aI("text=Scientific Committee;url=index.htm#scientific;");
}

with(milonic=new menuname("Invited")){
style=menuStyle;
aI("text=Plenary Speakers;url=invited.htm#plenary;");
aI("text=Minisymposia;url=invited.htm#minis;");
}

with(milonic=new menuname("Hotel")){
style=menuStyle;
aI("text=Hotel Information;url=htlinfo.htm;");
aI("text=Holiday Inn Hotel Form;url=htlformholidayinn.htm;");
aI("text=Radisson Hotel Form;url=htlformradisson.htm;");
aI("text=Hotel Room Share Form;url=htlroom.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=Visa Information;url=general.htm#visa;");
aI("text=Transportation Information;url=traninfo.htm;");
aI("text=Email;url=general.htm#email;");
aI("text=The University of Central Florida;url=http://www.ucf.edu/;");
aI("text=Local Area;url=general.htm#local;");
}

with(milonic=new menuname("Registration")){
style=menuStyle;
aI("text=Registration Information;url=reginfo.htm;");
aI("text=Registration Form;url=https://www.siam.org/meetings/nw04/regform.htm;");
}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Schedule;url=program.htm;");
aI("text=Schedule Updates;url=updates.htm;");
aI("text=Speaker Index;url=spkindex.htm;");
}

drawMenus();


