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

with(menuStyle=new mm_style()){
bordercolor="#4A5294";
borderstyle="solid";
borderwidth=.5;
fontfamily="Verdana, Tahoma, Arial";
fontstyle="normal";
fontweight="bold";
fontsize="10";
color="#CC3333";
headerbgcolor="#ffffff";
headercolor="#4A5294";
menubgcolor="#FFFFFF"
offborder='.5px solid #4A5294';
offbgcolor="#FFFFFF";
offcolor="#CC3333";
onbgcolor="#FFFFFF";
oncolor="#4A5294";
padding=5;
separatorcolor="#4A5294";
separatorsize=.5;
subimage="http://parentconnectonline.com/images/nav-arrow.gif";
}

with(pc=new menuname("About")){
style=menuStyle;
aI("text=Subscriptions;url=http://www.parentconnectonline.com/subscriptions/index.html;");
aI("text=Presenters;url=http://www.parentconnectonline.com/presenters.html;");
aI("text=Getting In;url=http://www.parentconnectonline.com/gettingin/index.html;");
aI("text=Parent-Connect;url=http://www.parentconnectonline.com/parent-connect/index.html;");
aI("text=Peer-Connect;url=http://www.parentconnectonline.com/peer-connect/index.html;");
aI("text=Parent Academy;url=http://www.parentconnectonline.com/academy/index.html;");
}

with(pc=new menuname("Webinar")){
style=menuStyle;
aI("showmenu=GI;text=Getting In;url=http://parentconnectonline.com/gettingin/index.html;");
aI("showmenu=ParentConnect;text=Parent-Connect;url=http://parentconnectonline.com/parent-connect/index.html;");
aI("showmenu=PeerConnect;text=Peer-Connect;url=http://parentconnectonline.com/peer-connect/index.html;");
}

with(pc=new menuname("GI")){
style=menuStyle;
aI("text=Registration;url=http://www.parentconnectonline.com/gettingin/registration.html;");
aI("text=Schedule;url=http://www.parentconnectonline.com/gettingin/schedule.html;");
aI("text=Faculty;url=http://www.parentconnectonline.com/gettingin/faculty.html;");
aI("text=Archives;url=http://www.parentconnectonline.com/gettingin/archives.html;");
aI("text=Resources;url=http://www.parentconnectonline.com/gettingin/resources.html;");
}

with(pc=new menuname("ParentConnect")){
style=menuStyle;
aI("text=Registration;url=http://www.parentconnectonline.com/parent-connect/registration.html;");
aI("text=Schedule;url=http://www.parentconnectonline.com/parent-connect/schedule.html;");
aI("text=Faculty;url=http://www.parentconnectonline.com/parent-connect/faculty.html;");
aI("text=Archives;url=http://www.parentconnectonline.com/parent-connect/archives.html;");
aI("text=Resources;url=http://www.parentconnectonline.com/parent-connect/resources.html;");
}

with(pc=new menuname("PeerConnect")){
style=menuStyle;
aI("text=Registration;url=http://www.parentconnectonline.com/peer-connect/registration.html;");
aI("text=Schedule;url=http://www.parentconnectonline.com/peer-connect/schedule.html;");
aI("text=Faculty;url=http://www.parentconnectonline.com/peer-connect/faculty.html;");
aI("text=Archives;url=http://www.parentconnectonline.com/peer-connect/archives.html;");
aI("text=Resources;url=http://www.parentconnectonline.com/peer-connect/resources.html;");
}
with(pc=new menuname("Academy")){
style=menuStyle;
aI("text=Registration;url=http://www.parentconnectonline.com/academy/registration.html;");
aI("text=Schedule;url=http://www.parentconnectonline.com/academy/schedule.html;");
aI("text=Faculty;url=http://www.parentconnectonline.com/academy/faculty.html;");
aI("text=Resources;url=http://www.parentconnectonline.com/academy/resources.html;");
}

with(pc=new menuname("Resources")){
style=menuStyle;
aI("text=Archives;url=http://www.parentconnectonline.com/resources/archives.html");
aI("text=Books by Faculty;url=http://www.parentconnectonline.com/resources/facultybooks.html;");
aI("text=More Books;url=http://www.parentconnectonline.com/resources/books.html");
aI("text=Newsletter;url=http://www.parentconnectonline.com/resources/newsletter.html;");
aI("text=<i>Talk About It</i> Guides;url=http://www.parentconnectonline.com/resources/talkaboutit.html;");
}

with(pc=new menuname("Subscriptions")){
style=menuStyle;
aI("text=Individuals;url=http://www.parentconnectonline.com/subscriptions/individuals.html;");
aI("text=Schools;url=http://www.parentconnectonline.com/subscriptions/schools.html;");
aI("text=Organizations;url=http://www.parentconnectonline.com/subscriptions/organizations.html;");
aI("text=Corporations;url=http://www.parentconnectonline.com/subscriptions/corporations.html;");
}

with(pc=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=http://www.parentconnectonline.com/contact.html;");
aI("text=More Information;url=http://www.parentconnectonline.com/info.html;");
}

drawMenus();