
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-100            // Sub menu left offset



with(menuStyle=new mm_style()){
	onbgcolor="#000000";            	//colour , if Mouse on it
	oncolor="#FFFFFF";					// colur of font, if Mouse on it
	offbgcolor="#931814";
	offcolor="#ffffff";
	bordercolor="#ffffff";
	borderstyle="solid";
	borderwidth="0";
	separatorcolor="#931814";
	separatorsize="5";
	padding="2";
	fontsize="11px";
	fontstyle="normal";
	fontfamily="arial, helvetica, sans-serif";
	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#ff00ff";
	subimage="/images/arrow.gif";
	subimagepadding="2";
	overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Bahai")){ 
  style=menuStyle; 
  bgimage="menuimages/winxp.gif"; 
  margin=4; 
  aI("text=Bah&aacute;'&iacute; World;url=http://www.bahai.org;"); 
  aI("text=Bah&aacute;'&iacute; Canada;url=http://www.ca.bahai.org;"); 
  aI("text=Bah&aacute;'&iacute; Calendar;url=/RH-Calendar.html;"); 
} 

with(milonic=new menuname("secredwritings")){ 
  style=menuStyle; 
  bgimage="menuimages/winxp.gif"; 
  margin=4; 
  aI("text=Progressive Revelation;url=/RH-ProgRevel.html;"); 
  aI("text=Bah&aacute;'&iacute; Holy Writings;url=http://www.reference.bahai.org;"); 
//  aI("text=Holy Writinings of other Faithes;showmenu=otherfaithes"); 
} 

with(milonic=new menuname("otherfaithes")){ 
  style=menuStyle; 
  aI("text=Christianty;url=/RH-otherfaithes.html"); 
  aI("text=Islamic;url=/RH-otherfaithes.html"); 
  aI("text=Hindu;url=/RH-otherfaithes.html"); 
  aI("text=Buddhist;url=/RH-otherfaithes.html"); 
  aI("text=Zora;url=/RH-otherfaithes.html"); 
  aI("text=Indigenous;url=/RH-otherfaithes.html"); 
} 


with(milonic=new menuname("BahaiCommunity")){ 
  style=menuStyle; 
  aI("text=Three Core Activity;url=/RH-CoreActivities.html;"); 
  aI("text=Public Events;url=/RH-UpComingEvents.html;"); 
  aI("text=Devotionals;url=/RH-Devotionals.html;"); 
  aI("text=Past Activities;url=/RH-Past-Events.html;"); 
  aI("text=Institute Courses;url=/RH-InstituteCourses.html;"); 
} 
 
with(milonic=new menuname("Activities")){ 
  style=menuStyle; 
  
  aI("text=Current-Youth;url=http://www.ca.bahai.org;"); 
  aI("text=Past-Youth;url=http://www.ca.bahai.org;"); 
} 

with(milonic=new menuname("links")){ 
  style=menuStyle; 
  aI("text=Bah&aacute;'&iacute; World;url=http://www.bahai.org;"); 
  aI("text=Bah&aacute;'&iacute; Canada;url=http://www.ca.bahai.org;"); 
//  aI("text=Markham;url=http://www.ca.bahai.org;"); 
  aI("text=Vaughan;url=http://www.vaughanbahai.org;"); 
  aI("text=other Bah&aacute;'&iacute; Links;url=/RH-Links.html;"); 
} 

with(milonic=new menuname("contactus")){ 
  style=menuStyle; 
  aI("text=Contact Form;url=/RH-Form01.html;"); 
  aI("text=Emails;url=/RH-ContactUs.html;"); 
//  aI("text=Event Login;url=/RH-EventLogin.html;"); 
} 

drawMenus(); 
 
