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("showmenu=shahBooks;text=Books by Idries Shah;");
aI("text=Other Titles;url=catalog2.htm;");
}

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

with(milonic=new menuname("teachers")){
style=menuStyleSub;
aI("showmenu=resources;text=Teaching Resources for Teaching-Stories;");
aI("showmenu=ccstandards;text=Common Core Standards;");
aI("showmenu=allaboutme;text=<em>All About Me</em> Series Standards;");
aI("showmenu=standards;text=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;");
aI("text=Online Teacher-Parent Manuals;url=manualsNew.htm;");
}

with(milonic=new menuname("ccstandards")){
style=menuStyleSub;
aI("text=ELA - Teaching-Stories Grades K-8;url=ccStandards.htm#ELAA;");
aI("text=Literacy in History/Social Studies &amp;<br>Science - <em>All About Me</em> Grades 6-12;url=ccStandards.htm#ELAA;");
}

with(milonic=new menuname("allaboutme")){
style=menuStyleSub;
aI("text=Common Core - Grades 6-12;url=ccStandards.htm#allaboutme;");
aI("text=WIDA-PRIME (ELL) - Grades 6-12;url=PDFMaterials/WIDA_PRIME_Correlation_All_About_Me-Gr6-12.pdf;");
aI("text=Correlations Report;url=PDFMaterials/AllAboutMeCorrelationsReport.pdf;");
}

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 Teacher-Parent Manuals;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();


