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(ICTF=new mm_style()){
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
fontsize="10px";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="navy";
offbgcolor="#6EB6DE";
offcolor="#000066";
onbgcolor="#E4DFC2";
oncolor="#000066";
padding=2;
//pagebgcolor="pink";
//pagecolor="Purple";
}

//############### CONTENT MANAGER START READING HERE ###############################
// In Javascript anything after two forward slashes is ignored as comments.
// To comment an item in a menu so that it does not appear, just put two slashes in front of the "aI".
// You can see below that placeholder menu items have been commented out in this way.

// TO REMOVE A MENU COMPLETELY. Meaning it has no items and you don't want it to load
// go into menu_code.inc and remove the Function call from the Image Map. It has already
// been done for all menus not having elements.

with(milonic=new menuname("About")){
margin=0;
style=ICTF;
aI("text=Our Purpose;url=/about_purpose.asp;");
aI("text=Our Board;url=/about_board.asp;");
}

with(milonic=new menuname("Grants")){
margin=0;
style=ICTF;
aI("text=Annual Grant Program;url=/mini_grant.asp;");
//aI("text=Multi-Year Grant Program;url=/multi_grant.asp;");
aI("text=Current & Past Grantees;url=/grantees.asp;");
}

with(milonic=new menuname("Conference")){
margin=0;
style=ICTF;
aI("text=Conference;url=/conference.asp;");
}

with(milonic=new menuname("Publications")){
margin=0;
style=ICTF;
aI("text=Newsletters;url=/pubs.asp;");
aI("text=Annual Report;url=/pubs.asp;");
aI("text=Educational Materials;url=http://pcaamerica.channing-bete.com/index.html;");
}

with(milonic=new menuname("Abuse")){
margin=0;
style=ICTF;
aI("text=Child Abuse and Neglect Prevention;url=/prevention.asp;");
}

with(milonic=new menuname("Projects")){
margin=0;
style=ICTF;
aI("text=Projects;url=/projects.asp;");
}

with(milonic=new menuname("Support")){
margin=0;
style=ICTF;
aI("text=Support;url=https://www.accessidaho.org/secure/ictf/donation.html;");
}

with(milonic=new menuname("Board")){
margin=0;
style=ICTF;
aI("text=Board Award;url=/board_award.asp;");
}

drawMenus();

