
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=20           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=20            // The time delay before menus open on mouse over
_subOffsetTop=20              // Sub menu top offset
_subOffsetLeft=200            // Sub menu left offset






with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
//overfilter="Fade(duration=0);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.1)";
}



with(milonic=new menuname("Board")){
style=menuStyle;
left=130; 
top=-19; 
aI("text=President's Message;url=http://www.irvinepa.org/presmessage.shtml;status=President's Message;");
aI("text=Board Members;url=http://www.irvinepa.org/board.shtml;status=Board Members;");
}

with(milonic=new menuname("IPA")){
style=menuStyle;
left=130; 
top=114;
aI("text=IEBT Home;url=http://www.irvinepa.org/iebtveba.shtml;status=Summary of the Plan;");
aI("text=Forms;url=http://www.irvinepa.org/forms.shtml;status=Summary of the Plan;");
aI("text=Summary of the Plan;url=http://www.irvinepa.org/summary.shtml;status=Summary of the Plan;");
aI("text=Complete Version of the Plan;url=http://www.irvinepa.org/completeplan.shtml;status=Complete Version of the Plan;");
}

with(milonic=new menuname("Members")){
style=menuStyle;
left=130; 
top=114; 
aI("text=Meeting Minutes;url=http://www.irvinepa.org/membersarea/minutes.shtml;status=Meeting Minutes;");
aI("text=By-Laws;url=http://www.irvinepa.org/membersarea/bylaws.shtml;status=By-Laws;");
aI("text=Discussion Board;url=http://www.irvinepa.org/membersarea/forum.shtml;status=Discussion Board;");
aI("text=News & Announcements;url=http://www.irvinepa.org/membersarea/news.shtml;status=News & Announcements;");
aI("text=Resources;url=http://www.irvinepa.org/membersarea/resources.shtml;status=Resources;");
aI("text=Register/Lost Password;url=http://www.irvinepa.org/login.shtml;status=Register/Password Recovery;");
}



drawMenus();

