


_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="#798ABE";
oncolor="C8CCE7";
offbgcolor="#C8CCE7";
offcolor="black";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
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/an05/;status=Back To Home Page;");
aI("text=About the Conference;url=http://www.siam.org/meetings/an05/;");
aI("text=Invited Presentations;showmenu=Invited;");
aI("text=Participation;showmenu=Participation;");
aI("text=Hotel Information;showmenu=hotel;");
aI("text=Registration Information;url=http://www.siam.org/meetings/an05/reginfo.htm;");
aI("text=General Information;showmenu=General;");
aI("text=Program;showmenu=Program;");
aI("text=Exhibits;url=http://www.siam.org/meetings/an05/links.htm;");
aI("text=Students;showmenu=students;");
aI("text=Workshops;showmenu=workshops;");
aI("text=Short Course;url=http://www.siam.org/meetings/an05/shortcourse.htm;");
aI("text=Prizes & Awards;url=http://www.siam.org/meetings/an05/prizes.htm;");
aI("text=Special Events;showmenu=specialevents;");
aI("text=Sponsorship;showmenu=sponsor;");
aI("text=Committee Meeting Schedule;url=http://www.siam.org/meetings/an05/comschedule.htm;");
aI("text=SIAM;url=http://www.siam.org/;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Conference Themes;url=index.htm#themes;");
aI("text=Organizing Committee;url=index.htm#organizers;");
aI("text=Funding Agency;url=index.htm#funding;");
}

with(milonic=new menuname("hotel")){
style=menuStyle;
aI("text=Hotel Information;url=htlinfo.htm;");
aI("text=Hotel Reservation Form;url=htlform.htm;");
aI("text=Hotel Room-Sharing;url=htlroom.htm;");
}

with(milonic=new menuname("specialevents")){
style=menuStyle;
aI("text=Career Fair;url=events.htm;");
aI("text=Professional Development;url=prodev.htm;");
aI("text=Other;url=otherevents.htm;");
}

with(milonic=new menuname("students")){
style=menuStyle;
aI("text=Student Registration;url=students.htm#stureg;");
aI("text=Student Hotel Rates;url=students.htm#stuhotel;");
aI("text=Career Fair;url=career.htm;");
aI("text=Resume Preparation;url=resume.htm;");
aI("text=Student Travel Awards;url=sta.htm;");
}

with(milonic=new menuname("workshops")){
style=menuStyle;
aI("text=AWM;url=awm.htm;");
aI("text=Students Day;url=studentday.htm;");
aI("text=Diversity Day;url=diversity.htm;");
aI("text=Teacher's Day;url=teachersday.htm;");
}

with(milonic=new menuname("Invited")){
style=menuStyle;
aI("text=Plenary Speakers;url=invited.htm;");
aI("text=Topical Speakers;url=topical.htm;");
aI("text=Minisymposia;url=minis.htm;");
aI("text=Special Lectures;url=invited.htm#speciallect;");
}

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;");
aI("text=Short Courses;url=participation.htm#shortcourse;");
aI("text=Audio-Visual Policy;url=participation.htm#av;");
}

with(milonic=new menuname("hotel")){
style=menuStyle;
aI("text=Hotel Information;url=htlinfo.htm;");
aI("text=Hotel Reservation Form;url=htlform.htm;");
aI("text=Hotel Room-Sharing;url=htlroom.htm;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Exhibits;url=links.htm;");
}

with(milonic=new menuname("General")){
style=menuStyle;
aI("text=Local Area;url=general.htm#local;");
aI("text=Audio Visual;url=general.htm#av;");
aI("text=Poster Session;url=general.htm#poster;");
aI("text=Membership;url=general.htm#membership;");
aI("text=Registration Information;url=reginfo.htm;");
aI("text=Email;url=general.htm#email;");
aI("text=Transportation;url=traninfo.htm;");
aI("text=Visa Information;url=general.htm#visa;");
}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Schedule;url=http://meetings.siam.org/program.cfm?CONFCODE=an05;");
aI("text=Speaker Index;url=http://meetings.siam.org/speakdex.cfm?CONFCODE=an05;");
aI("text=Program Updates;url=updates.htm;");
}

with(milonic=new menuname("sponsor")){
style=menuStyle;
aI("text=Ways to Sponsor;url=http://www.siam.org/meetings/sponsorship/index.htm;");
aI("text=Sponsors;url=sponsors.htm;");
}

drawMenus();


