_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFF96E";
offbgcolor="#529D86";
oncolor="#FF476B";
offcolor="#FFFFFF";
bordercolor="#013E5E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#013E5E";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="120";
itemheight="20";
align="Left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=Forth Coming Events;url=forthcomingevent.asp;status=Forth Coming Events;");
aI("text=About Us;url=AboutTheRoseWing.asp;status=About Us;");
aI("text=The Mediums;url=Themediums.asp;status=The Mediums;");
aI("text=Testimonials;url=Testimonials.asp;status=Testimonials;");
aI("text=Hotel Photo Gallery;url=PhotoGallery.asp;status=Hotel Photo Gallery;");
}

with(sat=new menuname("2")){
style=menuStyle;
aI("text=Itinerary;url=Itinerary.asp;status=Itinerary;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Map;url=Daycentremap.asp;status=Map;");
aI("text=Other Churches;url=Otherchurches.asp;status=Other Churches;");
aI("text=Seven Principles;url=Sevenprinciples.asp;status=Seven Principles;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Links;url=Usefullinks.asp;status=Links;");
aI("text=Hotel Directions;url=Hoteldirections.asp;status=Hotel Directions;");
}

drawMenus();

