_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0               // 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()){
offbgcolor = "transparent";
offcolor = "#ffffff";
onbgcolor = "#3A4988";
oncolor = "#ffffff";
borderwidth=0;
fontsize="75%";
fontstyle="normal";
padding = 0;
fontsize = "11";
fontstyle = "normal";
fontweight = "bold";
fontfamily = "arial, verdana, tahoma";
pagecolor="#FFFFFF";
pagebgcolor="transparent";
}

with(Style2=new mm_style()){
offbgcolor = "#FFF8E1";
offcolor = "#3A4988";
onbgcolor = "#FFEFB7";
oncolor = "#3A4988";
bordercolor = "#BC8645";
borderstyle = "solid";
borderwidth = 1
separatorcolor = "#BC8645";
separatorsize = 1;
padding = 2;
fontsize = "11";
fontstyle = "normal";
fontweight = "normal";
fontfamily = "arial, verdana, tahoma";
}

   with(milonic=new menuname("about")){
    borderwidth = 1;
    top="offset=2"
    style = Style2;
    aI("text=&nbsp;A Message from Peter Reding&nbsp;;url=peter_reding.php;status=A Message from Peter Reding;");
    aI("text=&nbsp;About Us;url=about.php;status=The History of the Foundation for Inspired Learning;");
	aI("text=&nbsp;Meet the Faculty;url=faculty.php;status=Meet the Foundation's Faculty Members;");
	aI("text=&nbsp;Facilitator List;url=facilitators.php;status=A Listing of Our Certified Facilitators;");
	aI("text=&nbsp;Foundation Goals;url=goals.php;status=Our Ten Year Plan for the Foundation;");
	aI("text=&nbsp;Frequently Asked Questions&nbsp;;url=FAQ.php;status=Frequently Asked Questions;");
	aI("text=&nbsp;Success Stories;url=success.php;status=Read about how Inspired Learning can make a difference;");
	aI("text=&nbsp;The Inspired Learning Model&#8482;;url=model.php;status=The Inspired Learning Model;");
	aI("text=&nbsp;The Inspired Learning Logo;;url=logo.php;status=The Inspired Learning Logo;");
    }

   with(milonic=new menuname("programs")){
    borderwidth = 1;
    style = Style2;
    aI("text=&nbsp;Classes for Individuals;url=individuals.php;status=Classes for Individuals;");
	aI("text=&nbsp;Programs for Parents;url=parents.php;status=Programs for Parents;");
    aI("text=&nbsp;Programs for Schools;url=educators.php;status=Programs for Schools;");
	aI("text=&nbsp;Programs for Youth;url=youth.php;status=Programs for Youth;");
	aI("text=&nbsp;Programs for Businesses;url=organizations.php;status=Programs for Businesses;");
	aI("text=&nbsp;Listen to an Audio Sample&nbsp;;url=audio.php;status=Listen to Inspired Learning Sample Audio;");
	aI("text=&nbsp;Facilitator Forum Recordings&nbsp;;url=audio_forums.php;status=Listen to Recordings of Inspired Learning Facilitators' Forums;");
    aI("text=&nbsp;Become a Certified Facilitator&nbsp;;url=certification.php;status=Become a Certified Facilitator Today;");
    }	

    with(milonic=new menuname("bookstore")){
    borderwidth = 1;
    style = Style2;
	aI("text=&nbsp;Free Downloads&nbsp;;url=downloads.php;status=Free Downloadable Material from the Foundation for Inspired Learning;")
	aI("text=&nbsp;Order a Book Online&nbsp;;url=bookstore.php;status=Order a Book Online from Our Bookstore;"); 
    }
           
    with(milonic=new menuname("support")){
    borderwidth = 1;
    style = Style2;
    aI("text=&nbsp;Join Our Mailing List&nbsp;;url=join.php;status=Join Our Mailing List and Receive a Free Whitepaper;");
	aI("text=&nbsp;Become A Supporter&nbsp;;url=supporters.php;status=Become a Supporter of the Foundation of Inspired Learning Today;");
	aI("text=&nbsp;Volunteer Opportunities&nbsp;;url=volunteers.php;status=We Could Use Your Help;");  
    }

    with(milonic=new menuname("news")){
    borderwidth = 1;
    style = Style2;
    aI("text=&nbsp;Recent & Current Projects&nbsp;;url=current.php;status=Our Exciting Project Summaries;");
	aI("text=&nbsp;Events Calendar&nbsp;;url=events.php;status=Find Out What Foundation Events Are Coming Up;");
	aI("text=&nbsp;Our Newsletter;url=newsletter.php;status=Read Our Latest and Archived Newsletters;");
	aI("text=&nbsp;The Foundation's First Years...&nbsp;;url=review_2007.php;status=Review Our Successes Over The Past 4 Years;");
    aI("text=&nbsp;Research Notes&nbsp;;url=research.php;status=Research Notes;");
    aI("text=&nbsp;Our Photo Gallery&nbsp;;url=gallery.php;status=See Photos from Foundation Events");
    }

    with(milonic=new menuname("contact")){
    borderwidth = 1;
    style = Style2;
    aI("text=&nbsp;Contact Information&nbsp;;url=contact.php;status=Contact Information;");
    aI("text=&nbsp;Send Us Comments&nbsp;;url=contact.php#feedback;status=Tell Us What You Think");
    }


drawMenus();
menuDisplay(getMenuByName("Topbar"),1)