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="120%";//Size of the font in percent
fontstyle="Bold"; //Font style
headerbgcolor="#ffffff";
headercolor="#000000";
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=150;
//menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.php;tooltip=Links you back to Home page;");
aI("text=Login;url=login.php;tooltip=This is to link you to exclusive page.");
aI("showmenu=News_Update;text=News Item;");
aI("showmenu=History;text=History;");
aI("showmenu=St_Norbert_Abbey;text=St. Norbert Abbey");
aI("showmenu=Personality;text=Confreres;");
aI("showmenu=Priory;text=Priories;");
aI("showmenu=Remarks;text=Remarks;");
aI("showmenu=ArtGallery;text=Photo Gallery;");

}
with(milonic=new menuname("Remarks")){
overflow="scroll";
style=menuStyle;
aI("text=Contact Us;url=Contact.htm;")
aI("text=Give your Comment;url=feedback.php;")
}
with(milonic=new menuname("ArtGallery")){
overflow="scroll";
style=menuStyle;
aI("text=Photo slide show;url=photodir.php;tooltip=Want to see photo gallery?")
}
with(milonic=new menuname("History")){
overflow="scroll";
style=menuStyle;
aI("text=About Us;url=whoWe.htm;tooltip=Explains who we are.")
aI("text=Dutch Norbertines;url=history.htm;tooltip=This links to the history of Dutch Norbertines.")
aI("text=Indian Norbertines;url=IndianNorbertines.htm;tooltip=This links you to the history of Indian Norbertines.")
aI("text=Canonry of Jamtara (Present Status);url=Norbertines.htm;tooltip=Tells about the present status.")
}

with(milonic=new menuname("Priory")){
overflow="scroll";
style=menuStyle;
aI("text=St. Norbert Priory, Indara;url=Indara.htm;tooltip=This links you to St. Norbert Priory, Indara.")
aI("text=St. Norbert Priory, Mumbai;url=Mumbai.htm;tooltip=This links you to St. Norbert Priory, Mumbai.")
aI("text=St. Norbert Priory, Trichy;url=Trichy.htm;tooltip=This links you to St. Norbert Priory, Trichy.")
aI("text=St. Norbert Priory, Quilon;url=Quilon.htm;tooltip=This links you to St. Norbert Priory, Quilon.")
}
with(milonic=new menuname("Personality")){
overflow="scroll";
style=menuStyle;
aI("text=Abbot;url=PresentAbbot.htm;tooltip=This links you to present Abbot of Ours.")
aI("text=Abbot and Council;url=AbbotandCouncil.htm;tooltip=This links you to present Abbot and his Council.")
aI("text=Birth Days of the Month;url=BirthdayList.php;tooltip=This gives you Birthday list of the Month.")
}
with(milonic=new menuname("News_Update")){
overflow="scroll";
style=menuStyle;
aI("text=Check mail;url=http://webmail.canonryofjamtara.org/mewebmail/HooDoo/lang/EN/login.aspx;tooltip=this links to webmail.")
//aI("text=Check mail;url=http://webmail.canonryofjamtara.org/horde/login.php;tooltip=Want to check mail.")
aI("text=News Updates;url=NewsUpdate.php;tooltip=This links you to News Page.")
aI("text=Articles;url=bulletinPub.php;tooltip=This links you to Praem Parivar Page.")


}
with(milonic=new menuname("St_Norbert_Abbey")){
overflow="scroll";
style=menuStyle;
aI("text=Coat of Arm;url=coatofArms.htm;tooltip=Explains the emblem.")
aI("text=History of St. Norbert Abbey;url=historyOfStNorbertAbbey.htm;tooltip=A brief History of Abbey.")
aI("text=Canonical Life;url=CanonicalLife.htm;tooltip=Explains our canonical life.")
aI("text=Community Life;url=CommunityLife.htm;tooltip=Explains our way of community life")
aI("text=Pastoral Work;url=PastoralWork.htm;tooltip=Explains about our pastoral work")
aI("text=Formation;url=Formation.htm;tooltip=Explains about our formation stages.")
}

drawMenus();


