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()){
bordercolor="#FFFFFF"; //Border colour of the Main menu
borderstyle="solid";
borderwidth=0;//whether there would be border width or not, 1, 2 ,3 ,0
fontfamily="Arial,Sans Serif";
fontsize="130%";//Size of the font in percent
fontstyle="Bold"; //Font style
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#1e90ff";
//offbgcolor="#1e90ff";//background color when mouse is off the menu
offcolor="#000000";//Font color when mouse is off the menu
onbgcolor="#ddffdd";//background color when mouse is on the menu
oncolor="#000099";//Font colour when mouse is on the menu
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=125, Strength=5)";
padding=4;
pagebgcolor="#ffa929";//background color of the page which is selected
pagecolor="black";
separatorcolor="#FFFFFF";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
screenposition="center"
style=menuStyle;
top=120;
//menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";


aI("text=Home;url=index.php;tooltip=Links to homepage");
aI("showmenu=News_Menu;text=News/Views;");
aI("showmenu=Events_menu;text=Events;");
aI("showmenu=Contacts_menu;text=Contacts;");
aI("showmenu=RanchiJesuits_menu;text=Ranchi Jesuits;");
aI("showmenu=resources;text=Resources;");
/*aI("text=Vocations;url=vocations.php;tooltip=Links to vocations pages.");*/
aI("text=Links;url=links.php;tooltip=Provides some significant links.");
aI("text=Sitemap;url=sitemap.php;tooltip=Provides sitemap of the website.");
aI("showmenu=Gallery;text=Gallery;");
}
with(milonic=new menuname("News_menu")){
overflow="scroll";
style=menuStyle;
aI("text=News Updates;url=Newsupdate.php;tooltip=Leads to newsupdates.");
aI("text=Newsletter (RB);url=bulletinPub.php;tooltip=Lists a list of RB.");
aI("text=Provincial's diary;url=ProvDiaryPub.php;tooltip=Links to Provicials diaries and views.");
aI("text=Read Feedback;url=readingFeedback.php;tooltip=Links you to feedbacks");
aI("text=Give Feedback;url=feedback.php;tooltip=Give us your suggestions.");
/*aI("text=Publication Reviews;url=#;tooltip=Provides Publication Reviews.");*/
}
with(milonic=new menuname("Contacts_menu")){
overflow="scroll";
style=menuStyle;
aI("text=Curia Members;url=CuriaContacts.php;tooltip=gives contact addresses of curia members.");
/*aI("text=Webmaster;url=#;tooltip=Gives contact address of webmaster.");*/
aI("text=Emails;url=emailContacts.php;tooltip=Gives a list of emails.");
aI("text=Address directory;url=addDirectory.php;tooltip=Provides a list of address.");
}
with(milonic=new menuname("resources")){
overflow="scroll";
style=menuStyle;
aI("text=Articles;url=resourcesPub.php;tooltip=Links to articles/resources.");
aI("text=Hindi Articles (PDF);url=HindiArticlePdf.php;tooltip=Links to Hindi articles in PDF.");
aI("text=Significant Jesuits;url=autobiographyPub.php;tooltip=Want to read significant jesuit lives!");
aI("text=Obituary of Jesuits;url=ObituaryPub.php;tooltip=Want to read Jesuit obituary.");

}
with(milonic=new menuname("Events_menu")){
overflow="scroll";
style=menuStyle;
/*aI("text=Announcements;url=announcements.php;tooltip=gives contact addresses of curia members.");*/
aI("showmenu=schedules_menu;text=Schedules/Programme;");
aI("showmenu=dates_menu;text=Dates to remember;");
}
with(milonic=new menuname("RanchiJesuits_menu")){
overflow="scroll";
style=menuStyle;
aI("text=Historical Background;url=aboutus.php;tooltip=Provides a brief history of Ranchi Jesuit Society.");
/*aI("text=Our Identity;url=#;tooltip=Tells our identity.");
aI("text=Ranchi Jesuit Mission;url=#;tooltip=Links you to our mission areas.");*/
aI("text=Mission Vision statement;url=missionVisionStatement.htm;tooltip=Gives you our mission vision statement.");
/*aI("text=Our Apostolates/Ministries;url=#;tooltip=Tells you about our life and work.");*/
}
with(milonic=new menuname("schedules_menu")){
overflow="scroll";
style=menuStyle;
aI("text=Provincial's;url=Announcements.php;tooltip=gives the programme of Provincial.");
aI("text=PCF;url=Announcements.php;tooltip=gives the programme of PCF.");
}
with(milonic=new menuname("dates_menu")){
overflow="scroll";
style=menuStyle;
aI("text=Birthdays;url=birthdayList.php;tooltip=gives the birth list of the month");
aI("text=Jubilees;url=jubileeofYear.php;tooltip=gives the name list of jubilarians of the year.");
/*aI("text=Jubilees;url=#;tooltip=gives the programme of PCF.");*/
}
with(milonic=new menuname("Gallery")){
overflow="scroll";
style=menuStyle;
aI("text=Photo List;url=photoGallery.php;tooltip=Links to Photo gallery.");/*aI("text=Jubilees;url=#;tooltip=gives the programme of PCF.");*/
aI("text=Photo Slide show;url=listphotodir.php;tooltip=Links to Photo slideshow.");/*aI("text=Jubilees;url=#;tooltip=gives the programme of PCF.");*/

}
drawMenus();


