

_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=40                // 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()){
onbgcolor="#99cc99";
oncolor="#0000cc";
offbgcolor="#ffffcc";
offcolor="#0000cc";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
padding=2;
fontsize="100%";
fontstyle="normal";
fontweight="bolder";
fontfamily="times new roman, garamond, serif";
overfilter="Fade(duration=0.0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.0)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#ffcc66";
oncolor="#0000cc";
offbgcolor="#ffffcc";
offcolor="#0000cc";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
padding=2;
fontsize="100%";
fontstyle="normal";
fontweight="bolder";
fontfamily="times new roman, garamond, serif";
separatorcolor="#000000";
separatorsize="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=80;
left=10;
alwaysvisible=1;
position="relative";
orientation="vertical";
itemwidth="150";
aI("text=Home;url=/;");
aI("text=Lesson Plans;showmenu=LessonPlans;url=/LessonPlans/LessonPlans.php;");
aI("text=Resources;showmenu=ResourceMaterials;");
aI("text=Kids' Corner;url=http://kids.cfaitc.org;");
aI("text=Student Teacher Program;url=/USTP/USTP.php;");
aI("text=Teaching Awards;url=/LiteracyForLife;");
aI("text=Ag Weblinks;url=/links/;");
aI("text=State Ag Literacy Guidelines;url=/CCGALA/index.htm;target=_blank;");
aI("text=&nbsp;;oncolor=#ffffcc;offcolor=#ffffcc;onbgcolor=#ffffcc;offbgcolor=#ffffcc;");
aI("text=Current Events<br />;onbgcolor=#ffffcc;oncolor=#000000;offcolor=#000000;align=center;separatorcolor=#ffcc66;separatorsize=2;");
aI("text=Calendar;url=/Calendar/Calendar.php;");
aI("text=Conference;showmenu=Conferences;url=/conference/");
aI("text=<i>Imagine this...</i> Writing Contest;showmenu=Imaginethis;url=/Imaginethis/Imaginethis.php;");
aI("text=Upcoming Opportunities;url=/eventcalendar/");
aI("text=Photo Gallery;url=/gallery/");
}


with(milonic=new menuname("Conferences")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=2009 AITC Conference;url=/conference/;");
aI("text=2008 National Conference;showmenu=National;url=/Conference/national.php;");
}


with(milonic=new menuname("National")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=General Information;url=/Conference/national.php;");
aI("text=Workshops;url=/Conference/national.php?info=workshops;");
aI("text=Mini-Workshops;url=/Conference/national.php?info=miniworkshops;"); 
aI("text=Make 'n' Takes;url=/Conference/national.php?info=makentakes;"); 
}

with(milonic=new menuname("Symposium")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=General Information;url=/Conference/Conference.php;");
aI("text=Photo Gallery;url=/gallery/?year=2007&e=conf;");
}

with(milonic=new menuname("LessonPlans")){
style=submenuStyle;
itemwidth="200";
aI("text=Kindergarten;url=/LessonPlans/LessonPlans.php?range=K;");
aI("text=1st Grade;url=/LessonPlans/LessonPlans.php?range=1;");
aI("text=2nd Grade;url=/LessonPlans/LessonPlans.php?range=2;");
aI("text=3rd Grade;url=/LessonPlans/LessonPlans.php?range=3;");
aI("text=4th Grade;url=/LessonPlans/LessonPlans.php?range=4;");
aI("text=5th Grade;url=/LessonPlans/LessonPlans.php?range=5;");
aI("text=6th Grade;url=/LessonPlans/LessonPlans.php?range=6;");
aI("text=7th Grade;url=/LessonPlans/LessonPlans.php?range=7;");
aI("text=8th Grade;url=/LessonPlans/LessonPlans.php?range=8;");
aI("text=9th Grade;url=/LessonPlans/LessonPlans.php?range=9;");
aI("text=10th Grade;url=/LessonPlans/LessonPlans.php?range=10;");
aI("text=11th Grade;url=/LessonPlans/LessonPlans.php?range=11;");
aI("text=12th Grade;url=/LessonPlans/LessonPlans.php?range=12;");
aI("text=Archive;url=/LessonPlans/LessonPlans.php?active=archive;");
}

with(milonic=new menuname("Bookshelf")){
style=submenuStyle;
itemwidth="200";
aI("text=Primary;url=/Bookshelf/Bookshelf.php?level=primary;");
aI("text=Intermediate;url=/Bookshelf/Bookshelf.php?level=intermediate;");
aI("text=Middle School;url=/Bookshelf/Bookshelf.php?level=middleschool;");
aI("text=High School and Adult;url=/Bookshelf/Bookshelf.php?level=highschool;");
}

with(milonic=new menuname("Imaginethis")){
style=submenuStyle;
itemwidth="200";
aI("text=Contest Information;url=/Imaginethis/Imaginethis.php;");
aI("text=2009 Winners;url=/Imaginethis/09win/09win.php;");
aI("text=2009 Regional Winners;url=/Imaginethis/regional09.php;");
aI("text=2008 Winners;url=/Imaginethis/08win/08win.php;");
aI("text=2007 Winners;url=/Imaginethis/07win/07win.php;");
aI("text=2006 Winners;url=/Imaginethis/06win/06win.php;");
aI("text=2005-2006 Winners;url=/Imaginethis/05win/05win.php;");
aI("text=2004-2005 Winners;url=/Imaginethis/04win/04win.php;");
aI("text=2003-2004 Winners;url=/Imaginethis/03win/03win.php;");
aI("text=2002-2003 Winners;url=/Imaginethis/02win/02win.php;");
aI("text=2001-2002 Winners;url=/Imaginethis/01win/01win.php;");
aI("text=2000-2001 Winners;url=/Imaginethis/00win/00win.php;");
aI("text=1999-2000 Winners;url=/Imaginethis/99win/99win.php;");
}

with(milonic=new menuname("ResourceMaterials")){
style=submenuStyle;
itemwidth="200";
aI("text=Teacher Resource Guide;url=/trg;");
aI("text=Cream of the Crop E-Newsletter;url=/cotc;");
aI("text=What's Growin' On?;url=/wgo/;");
aI("text=Commodity Fact/Activities;url=/Commodity/Commodity.php;");
aI("text=CROP Circles;url=/cropcircles/;");
aI("text=WE Garden;url=/wegarden/;");
aI("text=Gardens for Learning;url=/gardensforlearning/;");
aI("text=Bookshelf;showmenu=Bookshelf;url=/Bookshelf/Bookshelf.php");
aI("text=Farming is Food, Fiber, Flowers... and Fun!;url=/GardenGuide/GardenGuide.php");
aI("text=Seasonal Calendar;url=/seasonal/;");
aI("text=Other Ag Resources;showmenu=OtherAgResources;");
aI("text=Materials Order Form;url=/Catalog/Catalog.php;");
aI("text=Request Free Resources;url=/request/;");
}



with(milonic=new menuname("OtherAgResources")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=Ag Quiz;url=/AgQuiz/AgQuiz.php;");
aI("text=Apples and Earth?;url=/OtherResources/ApplesEarth.php;")
aI("text=Cliches;url=/Cliches/Cliches.php;");
aI("text=Link 'Ems;url=/OtherResources/LinkEms.php;");
aI("text=SF Chronicle;url=/NIE/NIE.php;");
aI("text=California Country;url=/OtherResources/CaliforniaCountry.php;");
aI("text=California Produces;url=/OtherResources/CaliforniaProduces.php;");
aI("text=Earthwise Agriculture;url=/OtherResources/EarthwiseAg.php;");
}



with(milonic=new menuname("Opportunities")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=Events;url=/Opportunities/Opportunities.php?type=events;");
aI("text=Resources;url=/Opportunities/Opportunities.php?type=resources;");
aI("text=Grants;url=/Opportunities/Opportunities.php?type=grants;");
}


with(milonic=new menuname("KidsCorner")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=Ag Quiz;url=/AgQuiz/AgQuiz.php;");
aI("text=What's Growin' On?;url=/WGO/WGO.php;");
}

with(milonic=new menuname("ENews")){
style=submenuStyle;
overflow="scroll";
itemwidth="200";
aI("text=Current Issue;url=/ENewsletter/ENewsletter.php;");
aI("text=Past Issues;url=/ENewsletter/ENewsletter.php?issue=pastissues;");
aI("text=Subscribe;url=/ENewsletter/ENewsletter.php?issue=subscribe;");
}

drawMenus();

