ordernumber="";//Once you have licensed FX Menu, the order number will be sent to you by share-it!.

emptyimage="images/transparent.gif";// Transparent image in gif format.
showdelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hidedelay=800;//Time delay before submenus are hidden. Unit is milliseconds.

/*Start Style Declarations*/

with(itemStyle=new fxstyle()){
width=140;
height=20;
color="#000000";
coloron="#000000";
bgcolor="#ffffff";
bgcoloron="#ffffff";
fontsize="9pt";
fontfamily="Century Gothic,Verdana,Arial";
paddingtop=1;
paddingleft=3;
arrow="images/arrowblack11.gif";
arrowon="images/arrowwhite11.gif";
arrowright=20;
arrowtop=1;
align="left";
}

with(menuStyle=new fxmenustyle()){
filterover="Alpha(opacity=100)";
menubgcolor="#E8E8FF";
menuborderwidth=1;
menubordercolor="#ffffff";
separatorsize=1;
separatorcolor="#ffffff";
highlightpath=true;
}

OneStyle=new cloneStyle("itemStyle")
OneStyle.fontweight="normal"
OneStyle.bgcolor="#F3BECA"
OneStyle.bgcoloron="#C4979D"
OneStyle.decoration="normal"

TwoStyle=new cloneStyle("itemStyle")
TwoStyle.fontweight="normal"
TwoStyle.bgcolor="#F4D48B"
TwoStyle.bgcoloron="#F1C766"
TwoStyle.decoration="normal"

ThreeStyle=new cloneStyle("itemStyle")
ThreeStyle.fontweight="normal"
ThreeStyle.bgcolor="#D9DBB9"
ThreeStyle.bgcoloron="#B3CB83"
ThreeStyle.decoration="normal"

FourStyle=new cloneStyle("itemStyle")
FourStyle.fontweight="normal"
FourStyle.bgcolor="#A2CADA"
FourStyle.bgcoloron="#85B9CF"
FourStyle.decoration="normal"


/*Start Menu Declarations*/

imageStyle=new cloneStyle(itemStyle);
imageStyle.paddingleft=0;
imageStyle.paddingtop=0;
imageStyle.arrow=null;
imageStyle.arrowon=null;

with(new fxmenu("MainMenu")){
style=imageStyle;
menustyle=menuStyle;
visible=true;
position="relative";
top=160;
left=59;
height=49;
orientation="horizontal"
menuborderwidth=0;
separatorsize=0;
fx("image=images/about.gif;imageon=images/about_on.gif;url=index.htm;width=85;show=About;");
fx("image=images/contribute.gif;imageon=./images/contribute_on.gif;width=101;show=Contribute;");
fx("image=images/learn.gif;imageon=./images/learn_on.gif;width=59;show=Learn;");
fx("image=images/programs.gif;imageon=./images/programs_on.gif;width=97;show=Programs;");
}

with(new fxmenu("About")){
style=OneStyle;
menustyle=menuStyle;
width=90;
fx("text=contact;url=contact.htm;");
fx("text=history;url=history.asp;");
fx("text=articles;url=articles.asp;");
fx("text=board;url=board.asp;");
fx("text=resources;url=resources.asp;");
fx("text=calendar;url=calendar.asp;");
fx("text=employment;url=employment.asp;");
fx("text=newsletters;url=newsletter.asp;");
fx("text=site map;url=site_map.htm;");
}


with(new fxmenu("Contribute")){
style=TwoStyle;
menustyle=menuStyle;
width=120;
//fx("text=capital campaign;url=capital_campaign.htm;");
fx("text=volunteer roles;url=volunteer_roles.htm;");
fx("text=donate;url=donate.htm;");
fx("text=wishlist;url=wishlist.asp;");
}

with(new fxmenu("Learn")){
style=ThreeStyle;
menustyle=menuStyle;
width=110;
fx("text=service learning;url=service_learning.htm;");
fx("text=quizzes;url=quizzes.htm;");
fx("text=art;url=art.htm;");
fx("text=20 things;url=advocate.asp;");
}

with(new fxmenu("Programs")){
style=FourStyle;
menustyle=menuStyle;
width=160;
fx("text=housing services;url=housing_services.asp;");
fx("text=parent and child services;url=parent_and_child_services.asp;");
fx("text=employment & training center;url=employment_training_center.asp;");
fx("text=community education;url=community_education.asp;");
fx("text=health services;url=health_services.asp;");
fx("text=growing hope;url=growing_hope.asp;");
}

buildMenus();