
/*
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=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

menuwidth="100%"
borderstyle="solid";
borderwidth="0";
oncolor="#E29138";
ondecoration="underline";
offcolor="#FFFFFF";
bgimage="images/gradient_gray.gif";
separatorsize="1";
separatorcolor="#E29138"
padding=5;
fontsize="75%";
fontcolor="000000"
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E29138";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Professional_Development")){
style=menuStyle;
aI("text=Certification;url=content/showthread.php?p=110#post110;status=Certification;");
aI("text=Place Holder 1;url=http://www.ispa-cost.org/;status=Place Holder;");
aI("text=Place Holder 2;url=http://www.ispa-cost.org/;status=Place Holder;");
}

with(milonic=new menuname("ISPA_Conferences")){
style=menuStyle;
aI("text=ISPA 2010 Conference;url=content/showthread.php?t=52;status=ISPA 2010 Conference;");
aI("text=ISPA 2009 Conference;url=content/showthread.php?t=93;status=ISPA 2009 Conference;");
aI("text=ISPA 2008 Conference;url=content/showthread.php?t=67;status=ISPA 2008 Conference;");
aI("text=ISPA 2007 Conference;url=content/showthread.php?t=66;status=ISPA 2007 Conference;");
}


with(milonic=new menuname("Chapters")){
style=menuStyle;
aI("text=East Coast;url=content/forumdisplay.php?f=28;status=East Coast;");
aI("text=Southern California Chapter;url=content/forumdisplay.php?f=29;status=Southern California Chapter;");
aI("text=South West Chapter;url=content/forumdisplay.php?f=30;status=South West Chapter;");
}


with(milonic=new menuname("Membership")){
style=menuStyle;
aI("text=Join ISPA ;showmenu=Join;status=Join ISPA;");
aI("text=Membership Overview;url=membership_overview.html;status=Membership Overview;");
aI("text=Members Login;url=content/;status=Members Login;");


}

with(milonic=new menuname("Join")){
style=menuStyle;
aI("text=Guest login;url=guest_login.html;status=Guest login;");
aI("text=Become an ISPA Member;url=become_ISPA_member.html;status=Become an ISPA Member;");
aI("text=Membership Application;url=membership_application.html;status=Membership Application;");
aI("text=Invoiced Membership;url=invoiced_membership.html;status=Invoiced Membership;");
}

with(milonic=new menuname("Forums")){
style=menuStyle;
aI("text=Forums;url=content/;status=Forums;");
aI("text=On Line Polls;url=http://www.ispa-cost.org/;status=On Line Polls;");

}


drawMenus();

