


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x




with(menuStyle=new mm_style()){
borderstyle="solid";
borderwidth="0";
itemheight="22";
align="center";
valign="top";
padding="5px 0px 0px 0px";
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
itemwidth="92";
fontweight="bold";
oncolor="#C4C4EC";
offcolor="#FFFFFF";
onbold=1;
separatorcolor="#c0c0c0";
separatorsize="1";
//bgimage="http://www.gegervision.com/clients/eaglecreek/images/button.gif"

}


with(menuStyle2=new mm_style()){
onbgcolor="#C4C4EC";
oncolor="#FFFFFF";
itemheight="5";
offbgcolor="#666699";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
separatorcolor="#9B9B9B";
separatorsize="2";
padding="3";
fontsize="9px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
high3dcolor="#9B9B9B";
low3dcolor="#FFFFFF";
swap3d='true';

overfilter="Shadow(color='#777777', Direction=135, Strength=4)";
//overfilter="Fade(duration=0.2)";
//outfilter="randomdissolve(duration=0.3)";
}

		with(milonic=new menuname("Programs")){
		style=menuStyle2;
		itemwidth=160;
		overflow="scroll";
		aI("text=the CLOSET;url=http://www.thecloset.org;target=_blank;status=the CLOSET;");
		aI("text=MBCO;url=http://www.bookclubonline.org;status=MBCO;target=_blank");
		aI("text=My School Newspaper;url=http://www.myschoolnewspaper.com;target=_blank;status=My School Newspaper;");
		aI("text=Cultural Literacy Challenge;url=programs.html;status=Cultural Literacy Challenge;");
		aI("text=Reel Challenge;url=http://www.reelchallenge.org;target=_blank;status=Reel Challenge;");
		}	

		
		with(milonic=new menuname("About Us")){
		style=menuStyle2;
		itemwidth=150;
		overflow="scroll";
		
		aI("text=About SBACS;url=profile.html;status=About SBACS;");	
		aI("text=Leadership;showmenu=Leadership;status=Leadership;");	
		aI("text=Vision and Mission;url=http://www.sbacs.org/visionandmission.html;status=Vision and Mission;");		
		//aI("text=Bylaws of SBACS;url=http://www.sbacs.org/bylaws.pdf;target=_blank;status=Bylaws of SBACS;");
		aI("text=Bylaws of SBACS;url=http://www.sbacs.org/proposedbylaws.pdf;target=_blank;status=Bylaws of SBACS;");
		aI("text=Contact Us;url=http://www.sbacs.org/contactus.html;status=Contact Us;");
		//aI("text=Notice of Annual Meeting;url=http://www.sbacs.org/annualmeeting.html;status=Notice of Annual Meeting;");
		//aI("text=Contact Us;url=http://www.sbacs.org/contactus.html;status=Contact us;");
		}
		
				with(milonic=new menuname("Leadership")){
				style=menuStyle2;
				itemwidth=150;
				overflow="scroll";
				aI("text=Ed Gamble;url=http://www.sbacs.org/about-egamble.html;status=Ed Gamble;");
				aI("text=Larry Taylor;url=http://www.sbacs.org/about-ltaylor.html;status=Larry Taylor;");
				aI("text=Jack Graham;url=http://www.sbacs.org/about-jgraham.html;status=Jack Graham;");
				aI("text=Executive Committee;url=http://www.sbacs.org/boardmembers.html;status=Executive Committee;");		
				}	
	
/*
		with(milonic=new menuname("Scholarships")){
		style=menuStyle2;
		itemwidth=150;
		overflow="scroll";
		
		aI("text=Outstanding Scholars;url=http://www.sbacs.org/scholarships.html;status=Chamberlain Outstanding Scholars;");	
		aI("text=Outstanding Musicians;url=http://www.sbacs.org/scholarships.html;status=Chandler Outstanding Musicians;");	
		aI("text=Early Identification Program;url=http://www.sbacs.org/scholarships.html;status=Early Identification Program;");		
		aI("text=Partnership;url=http://www.sbacs.org/scholarships.html;status=Partnership;");
		}					
										*/

drawMenus();