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;

/* ---------------------ORIGINAL SETTINGS----------------
with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}
*/

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5f758a";
offcolor="#FFFFFF";
onbgcolor="#0000FF";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=4;
pagebgcolor="#5f758a";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}
with(onMenuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="12";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#0000FF";
offcolor="#FFFFFF";
onbgcolor="#0000FF";
oncolor="#FFFFFF";
outfilter="Fade(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=4;
pagebgcolor="#0000FF";
pagecolor="white";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=index.php;");
aI("showmenu=About Us;text=About Us;url=info.php?p=about");
aI("showmenu=Spirituality;text=Spirituality;url=info.php?p=spirit");
aI("showmenu=Upcoming Events;text=Upcoming Events;");
aI("showmenu=Publications;text=Publications;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("About Us")){
overflow="scroll";
style=onMenuStyle;
aI("text=What is CASS?;url=info.php?p=about;")
aI("text=Our Mission Statement;url=info.php?p=mission;")
aI("text=Our Logo;url=info.php?p=logo;")
aI("text=Our Committee;url=committee.php;")
aI("text=Contact Us;url=contact.php;")

}

with(milonic=new menuname("Spirituality")){
style=onMenuStyle;
aI("text=Spirituality;url=info.php?p=spirit;");
aI("text=Bible Sharing;url=info.php?p=bible;");
aI("text=Discussion Topics;url=info.php?p=discussion;");
aI("text=The Online Rosary;url=info.php?p=rosary;");

}

with(milonic=new menuname("Upcoming Events")){
style=onMenuStyle;
aI("text=Upcoming Events;url=events.php;");
aI("text=Year Calendar;url=info.php?p=calendar;");
aI("text=Community Service;url=community.php;");

}

with(milonic=new menuname("Publications")){
style=onMenuStyle;
aI("text=Rise and Shine (Central);url=riseandshine/rnsspring08_small.pdf;");
aI("text=Macsenger (MQU);url=#;");
aI("text=Ocassion (UNSW);url=http://unsw.cass.asn.au/ocassion.html;");
aI("text=Reachout (USYD);url=http://usyd.cass.asn.au/reachout.html;");
aI("text=Presence (UTS);url=http://cass.ridway.net/pages/publications.php;");

}

with(milonic=new menuname("Links")){
style=onMenuStyle;
aI("text=CASS@MQU;url=http://macqu.cass.asn.au/;");
aI("text=CASS@UNSW;url=http://unsw.cass.asn.au;");
aI("text=CASS@USYD;url=http://usyd.cass.asn.au;");
aI("text=CASS@UTS;url=http://uts.cass.asn.au;");
aI("text=Cantonese Bible Sharing;url=http://cbs.cass.asn.au;");
aI("text=Other Links;url=#;");

}

drawMenus();

