fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
fontfamily="Comic Sans MS";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#252ea1";
headercolor="#000000";
offbgcolor="#ffac1e";
offcolor="#252ea1";
onbgcolor="#ffac1e";
oncolor="#fe5614";
padding=4;
pagebgcolor="#ffac1e";
pagecolor="#252ea1";
separatorcolor="#ffac1e";
separatorsize=15;
separatorheight=1;
subimage="images/arrowMenu.gif";
subimagepadding=0;
fontweight="bold";
}

with(menuStyleSub=new mm_style()){
bordercolor="#5ed7ee";
borderstyle="solid";
borderwidth=1;
fontfamily="Comic Sans MS";
fontsize="100%";
fontstyle="normal";
offbgcolor="#c5ff7a";
offcolor="#252ea1";
onbgcolor="#c5ff7a";
oncolor="#fe5614";
padding=4;
pagebgcolor="#c5ff7a";
pagecolor="#252ea1";
separatorcolor="#5ed7ee";
separatorheight=1;
subimage="images/arrowMenu.gif";
subimagepadding=10;
fontweight="normal";
}

with(milonic=new menuname("mainMenu")){
screenposition="center";
left="offset=-65";
top="offset=158";
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Teaching-Stories;text=Books &amp; Authors;");
aI("showmenu=teachers;text=Teachers;");
aI("text=Librarians;url=librarians.htm;");
aI("showmenu=ParentsFamilies;text=Parents &amp; Families;");
aI("showmenu=YoungReaders;text=Young Readers;");
}

with(milonic=new menuname("Teaching-Stories")){
style=menuStyleSub;
aI("text=What is a Teaching-Story?;url=introTS.htm;")
aI("showmenu=shahBooks;text=Teaching Stories by Idries Shah;");
aI("text=All About Me;url=catalog.htm#about;");
aI("text=Dende Maro;url=catalog.htm#dende;");
}

with(milonic=new menuname("shahBooks")){
style=menuStyleSub;
aI("text=English;url=catalog.htm;");
aI("text=Espa&ntilde;ol;url=catalogSpan.htm;");
}

with(milonic=new menuname("teachers")){
style=menuStyleSub;
aI("showmenu=resources;text=Teaching Resources;");
aI("showmenu=standards;text=CA Contents Standards;");
aI("showmenu=homeschool;text=Home/School Connection;");
}
with(milonic=new menuname("resources")){
style=menuStyleSub;
aI("text=Grades PreK-1;url=teachersPreK.htm;");
aI("text=Grades K-2;url=teachersK-2.htm;");
aI("text=Grades 3-5;url=teachers3-5.htm;");
aI("text=Grades 6-8;url=teachers6-8.htm;");
}


with(milonic=new menuname("standards")){
style=menuStyleSub;
aI("text=ELA;url=caStandards.htm#ELAA;");
aI("text=ELD;url=caStandards.htm#ELDD;");
aI("text=HSS;url=caStandards.htm#HSSS;");
aI("text=VAPA;url=caStandards.htm#VAPA;");
}
with(milonic=new menuname("homeschool")){
style=menuStyleSub;
aI("text=DVD;url=DVD.htm;");
aI("text=Fun;url=projectsNew.htm;");
}


with(milonic=new menuname("ParentsFamilies")){
style=menuStyleSub;
aI("text=Introduction &amp; Special Offers;url=parents.htm;");
aI("text=Online Manuals for Parents;url=manualsNew.htm;");
aI("text=Fun Projects for Home and School;url=projectsNew.htm;");
}


with(milonic=new menuname("YoungReaders")){
style=menuStyleSub;
aI("text=Read-Along Online Library;url=readOnlineNew.htm;");
}


drawMenus();

