/*FXS Menu Version 5.0 - Copyright (c) 2005 FXsinus.com. All rights reserved.
THIS IS NOT FREE SOFTWARE, IT HAS TO BE LICENSED FOR ALL USE!
*/

ordernumber="23573655";//Once you have licensed FXS Menu, the order number will be sent to you by share-it!.
emptyimage="image/transparent.gif";//Transparent image in gif format.
hidedelay=55000;//Time delay before submenus are hidden. Unit is milliseconds.
displaydelay=0;//Time delay before submenus are displayed. Unit is milliseconds.
hideonpageclick=100;
RL1=105;


/*Start Style Declarations*/

MyItemDesign=new fxsdesign([
"menubgcolor=#EE3427",
"filterover=Alpha(opacity=95)",
"highlightpath=true",
"separatorcolor=#FFFFFF",
"wiseposition=true",
"menuborderwidth=1",
"menubordercolor=#EE3427",
"separatorsize=1",
"paddingtop=1",
"paddingleft=10",
"align=left",
"fontfamily=Verdana,Arial",
"fontsize=10pt",
"color=#FFFFFF",
"coloron=#EE3427",
"bgcolor=#EE3427",
"bgcoloron=#FFFFFF",
"width=892",
"height=18",
]);


MainMenu=new fxsmenu([
"design=MyItemDesign",
"left=100",
"top=135",
"visible=true",
"alignment=horizontal",
"float=center",
]);
fxs(["html=Home",         	  "href=index.htm","display=Home","width=57"]);
fxs(["html=About Us",   	  "display=AboutUs","width=80"]);
fxs(["html=Volunteer", 	   	  "display=Volunteer","width=83"]);
fxs(["html=Donate",      	  "display=Donate","width=65"]);
fxs(["html=Events",           "href=events.htm","display=Events","width=65"]);
fxs(["html=News",          	  "display=News","width=57"]);
fxs(["html=Contact Us",       "href=contact.htm",",display=Contact Us","width=94"]);
fxs(["html=Subscribe",        "href=subscribe.htm","display=Subscribe","width=83"]);
fxs(["html=Tell A Friend",    "href=refer.htm",",display=Tell A Friend","width=100"]);
fxs(["html=Store",            "href=http://shopcasa.org","display=Store","width=56"]);


AboutUs=new fxsmenu([
"design=MyItemDesign",
"alignment=horizontal",
]);
fxs(["html=Overview",           "href=overview.htm","width=80"]);
fxs(["html=History", 			"href=history.htm","width=83"]);
fxs(["html=Board of Directors", "href=board.htm","width=148"]);
fxs(["html=Staff",     			"href=staff.htm","width=65"]);
fxs(["html=FAQ",				"href=faq.htm", "width=50"]);

Volunteer=new fxsmenu([
"design=MyItemDesign",
"alignment=horizontal",
]);
fxs(["html=Become An Advocate", "href=advocate.htm","width=160"]);
fxs(["html=Advocate Training", 	"href=training.htm","width=140"]);
fxs(["html=Friends of CASA", 	"href=foc.htm","width=130"]);
fxs(["html=Advocate Resources", "href=resources.htm","width=160"]);

Donate=new fxsmenu([
"design=MyItemDesign",
"alignment=horizontal",
"width=140",
]);
fxs(["html=Make A Difference",		"href=giving.htm","width=140"]);
fxs(["html=Donate Now",           	"href=donate.htm","width=100"]);
fxs(["html=Wish List",     			"href=wish_list.htm","width=80"]);
fxs(["html=supporters",             "href=supporters.htm","width=90"]);

News=new fxsmenu([
"design=MyItemDesign",
"alignment=horizontal",
"width=140",
]);
fxs(["html=In The News",          "href=news.htm","width=100"]);
fxs(["html=CASA Happenings",     "href=happenings.htm","width=140"]);

buildMenus();