


_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="#84345A";
oncolor="black";
offbgcolor="black";
offcolor="#CCCCCC";
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/sdm05/;status=Back To Home Page;");
aI("text=NEW Downloads;url=downloads.htm;");
aI("text=About the Conference;showmenu=About;");
aI("text=Keynote Presentations;showmenu=Invited;");
aI("text=Participation;showmenu=Participation;");
aI("text=Reimbursement;url=reimbursement.htm;");
aI("text=Hotel Information;url=htlinfo.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/sdm05/students.htm;");
aI("text=Workshops;url=http://www.siam.org/meetings/sdm05/workshops.htm;");
aI("text=Tutorials;url=http://www.siam.org/meetings/sdm05/tutorials.htm;");
aI("text=Sponsors;url=http://www.siam.org/meetings/sdm05/sponsors.htm;");
aI("text=Ways to Sponsor;url=http://www.siam.org/meetings/sponsorship/index.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=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("Invited")){
style=menuStyle;
aI("text=Keynote Speakers;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 Information;url=reginfo.htm;");
aI("text=Visa Information;url=general.htm#visa;");
aI("text=Transportation Information;url=traninfo.htm;");
aI("text=Local Area;url=general.htm#local;");
aI("text=E-mail;url=general.htm#email;");
}

with(milonic=new menuname("Program")){
style=menuStyle;
aI("text=Program Schedule;url=program.htm;");
}

drawMenus();

