fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="white";
borderstyle="white";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="yellow";
offbgcolor="#eeeeee";
offcolor="#339933";
onbgcolor="#6699FF";
oncolor="#339933";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="yellow";
pagecolor="#339933";
separatorcolor="white";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=255;
orientation="horizontal";
style=menuStyle;
top=102;
aI("text=Home;url=index.html;");
aI("showmenu=About ICP;text=About ICP;");
aI("showmenu=MultiMedia;text=MultiMedia;");
aI("showmenu=ICP Connections;text=ICP Connections;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=Links;text=Links;");
aI("text=Join ICP;url=join.html;");
aI("text=Contact Us;url=contactus.html;");
}


with(milonic=new menuname("About ICP")){
style=menuStyle;
aI("text=Mission;url=mission.html;");
aI("text=Officers;url=officers.html;");
aI("text=Bylaws (.pdf);target=_blank;url=IntlSectionBylaws.pdf;");
aI("text=Committees;url=committees.html;");
aI("text=Member Interests;url=member_interests.html;");
aI("text=Students;url=students.html;");
aI("showmenu=ICP Minutes;text=ICP Minutes;url=ICPminutes.html;");
aI("text=ICP Awards;url=awards.html;");
}

with(milonic=new menuname("ICP Minutes")){
style=menuStyle;
aI("text=2007 ICP Report (.pdf);url=2007ReportIntlSect.pdf;");
aI("text=2008 ICP Report (.doc);url=InternationalSectionminutesat08APA.doc;");
}

with(milonic=new menuname("MultiMedia")){
style=menuStyle;
aI("text=Picture Gallery;url=picturegallery.html;");
aI("text=Audio & Video;url=audio_video.html;");
}

with(milonic=new menuname("ICP Connections")){
style=menuStyle;
aI("text=Listserv;url=listserv.html;");
aI("text=Message Board;url=messageboard.html;");
aI("text=2008 Conference;url=conference2008.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("showmenu=Newsletter;text=Newsletter;url=newsletter.html;");
aI("text=Professional Opportunities;url=profopportunities.html;");
}

with(milonic=new menuname("Newsletter")){
style=menuStyle;
aI("text=Spring 2007 (.pdf);url=IntlSectionNewsSpg07.pdf;");
aI("text=Fall 2007 (.pdf);url=ICPFall07.pdf;");
aI("text=Spring 2008 (.pdf);url=ICPnewsletterSUMMER2008.pdf;");
aI("text=Summer 2009 (.pdf);url=InternationalSectionNewsletter.Summer.09.pdf;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Links;url=links.html;");
aI("text=Directories;url=directory.html;");
}

drawMenus();

