/*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="";//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=800;//Time delay before submenus are hidden. Unit is milliseconds.
displaydelay=200;//Time delay before submenus are displayed. Unit is milliseconds.
hideonpageclick=0;
RL1=55;


/*Start Style Declarations*/

MyItemDesign=new fxsdesign([
"menubgcolor=#E8E8FF",
"filterover=Alpha(opacity=90)",
"highlightpath=true",
"separatorcolor=#000080",
//"separatorcolor=#3366CC",
"wiseposition=true",
"menuborderwidth=1",
"menubordercolor=#000080",
//"menubordercolor=#3366CC",
"separatorsize=1",
"paddingleft=3",
"paddingtop=1",
"fontfamily=Verdana,Arial",
"fontsize=8pt",
"color=#000080",
"coloron=#FFD700", // Gold
//"coloron=#FFFFFF",
"bgcolor=#FFD700", // Gold
//"bgcolor=#FFCC11", // Mustard
//"bgcolor=#E8E8FF",
"bgcoloron=#000080", // Navy
//"bgcoloron=#6699CC",
"arrow=/fxsmenu/arrowblack.gif",
"arrowon=/fxsmenu/arrowwhite.gif",
"arrowright=20",
"arrowtop=1",
"width=140",
"height=20",
]);


MainMenu=new fxsmenu([
"design=MyItemDesign",
"left=59",
"top=30",
"visible=true",
"alignment=horizontal",
"position=relative",
]);
fxs(["html=Home","href=/index.php","width=50","title=NHBBI.org",]);
fxs(["html=About Us","href=/aboutus.php","display=AboutUsMenu","width=80","title=About Us",]);
fxs(["html=Services","href=/services.php","width=75","display=ServicesMenu","title=BBI Services",]);
fxs(["html=Business Directory","href=/champs.php","width=140","title=BBI Online Business Directory",]);
fxs(["html=Membership","href=/benefits.php","width=89","display=MembershipMenu","title=BBI Membership Info",]);
//fxs(["html=Contact Us","href=/contactus.php","width=75","title=Contact BBI",]);

AboutUsMenu=new fxsmenu([
"design=MyItemDesign",
"width=190",
]);
fxs(["html=Vision & Mission","href=/vision.php",]);
fxs(["html=History","href=/history.php",]);
fxs(["html=FAQ","href=/faq.php",]);
fxs(["html=Directions","href=/directions.php",]);
fxs(["html=Contact Us","href=/contactus.php",]);

ServicesMenu=new fxsmenu([
"design=MyItemDesign",
"width=190",
]);
fxs(["html=NxLeveL Training","href=/training.php",]);
fxs(["html=Networking","href=/networking.php",]);
fxs(["html=Business Counseling","href=/counseling.php",]);
fxs(["html=Business Loans","href=/techassist.php",]);

MembershipMenu=new fxsmenu([
"design=MyItemDesign",
"width=140",
]);
fxs(["html=Benefits","href=/benefits.php",]);
fxs(["html=Online Application","href=/application.php",]);
fxs(["html=Business Directory","href=/champs.php",]);
fxs(["html=Get Involved!","href=/getinvolved.php",]);

buildMenus();
