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()){
borderstyle="solid";
borderwidth=0;
fontfamily="Century Gothic, Arial, Verdana, Tahoma";
fontsize="17px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offcolor="#fff";
oncolor="#ffcc66"; //link rollover color
padding=0;
pagebgcolor="";
pagecolor="";
separatorsize=0;
subimagepadding=0;
headerbgcolor="#345fad";
headercolor="#fff";

}


with(submenuStyle=new mm_style()){
bordercolor="#ff6600";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offbgcolor="#345fad";
offcolor="#fff";
onbgcolor="";
oncolor="#ffcc66";
padding=4;
pagebgcolor="";
separatorcolor="#000";

}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=&nbsp&nbsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;url=http://www.iclicksmiles.com/index.html;");
aI("text=&bull;&nbsp;type=header;");
aI("text=GALLERY&nbsp;url=http://www.iclicksmiles.com/cgi-bin/DJgallery.cgi?T=gallery.html&ZONE=GALLERY&MAX=300#mainimg;");
aI("text=&bull;&nbsp;type=header;")
aI("showmenu=Information;text=INFORMATION");


}


with(milonic=new menuname("Information")){
style=submenuStyle;
aI("text=Information for Schools;url=http://www.iclicksmiles.com/schools.html;");
aI("text=Information for Parents;url=http://www.iclicksmiles.com/parents.html;");
aI("text=Video: iClickSmiles at Work;url=http://www.iclicksmiles.com/cgi-bin/DJlinks.cgi?T=video.html&TYPE=VIDEO&ID=00001;");
aI("text=Testimonials;url=http://www.iclicksmiles.com/testimonials.html;");
}


drawMenus();


