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;
buildAfterLoad=true;

with(menuStyle=new mm_style()){

itemwidth=127; // width of all menu items
itemheight=37; // height of all menu items

//  Gradient Background Image
menubgimage='images/menu_images_milonic/bg_image.jpg'; // background image for all menu items

// Text
align="center";  // centres text
offcolor="#000000";  //'off' TEXT colour for menu item
oncolor="#09425E";  //'on' TEXT colour for menu item
padding=4; // padding around text
fontfamily="Verdana, Tahoma, Arial";
fontsize="17px";
//fontweight="bold"

//
//borderstyle="solid"; // around whole menu
//borderwidth=2; // around whole menu
//bordercolor="#999999"; // around whole menu

//  Square
image='images/menu_images_milonic/square_off.gif';  // image on left side of menu item
overimage='images/menu_images_milonic/square_over.gif'; // over image on left side of menu item
imagepadding='5px'; // padding around image on left side of menu item


//
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";

// Separator
separatorcolor="#09425E";
separatorsize=1;
separatoralign="center";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=Home;text=Home;itemwidth=120;url=http://stjamesparish.ca/index.html;");
aI("showmenu=Staff;text=Staff;url=http://stjamesparish.ca/staff.html;");
aI("showmenu=Bulletin;text=Bulletin;url=bulletin.pdf;target=blank;");
aI("showmenu=Ministry;text=Ministry;subimagepadding=5;subimage=images/menu_images_milonic/arrow.gif;");
aI("showmenu=News;text=News;subimagepadding=5;subimage=images/menu_images_milonic/arrow.gif;"); // puts subimage (arrow) in this menu item only
aI("showmenu=contact_us;text=Contact Us;url=http://stjamesparish.ca/contact_us.html;");
}

with(milonic=new menuname("Staff")){
overflow="scroll";
style=menuStyle;
// aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;");
}

with(milonic=new menuname("Bulletin")){
style=menuStyle;
// aI("text=Product Purchasing Page;url=http://www.milonic.com/cbuy.php;");
}

with(milonic=new menuname("Ministry")){
style=menuStyle;
aI("text=Become Involved;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://stjamesparish.ca/ministry.html;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Parish Survey;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://stjamesparish.ca/activities/parish_survey.pdf;target=blank;");
aI("text=Parish Registration;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://stjamesparish.ca/activities/registration_form.pdf;target=blank;");
aI("text=Pasta with the Pastors;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://stjamesparish.ca/activities/pasta_with_the_pastors/index.html;target=blank;");
aI("text=Monthly Calendar;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://stjamesparish.ca/calendar/calendar.pdf;target=blank;");
aI("text=Fr. Pucci Blog;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://frpucci.blogspot.com/;target=blank;");
aI("text=50th Anniversary;itemheight=50;bgimage=images/menu_images_milonic/bg_dropdown.jpg;url=http://www.stjamesparish.ca/50th.html;");

}


drawMenus();


