_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=-2
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=7;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#276280";
oncolor="#FFFFFF";
offbgcolor="#276280";
offcolor="#CFCFCF";
bordercolor="#276280";
borderstyle="solid";
borderwidth=0;
separatorcolor="#276280";
separatorsize="1";
padding=7;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
itemwidth="200";
itemheight="";
align="left";
subimage="../images/arrowMenu.gif";
subimagepadding="2";
outfilter="randomdissolve(duration=0.4)";
}




with(sat=new menuname("1")){
style=menuStyle;
aI("text=why Events Gateway;url=test.asp;status=why Events Gateway;");
}

with(sat=new menuname("6")){
style=menuStyle;
aI("text=What We Offer;url=whatweoffer.asp;status=What We Offer;");
aI("text=About Us;url=eventsgateway.asp;status=About Us;");
}

with(sat=new menuname("2")){
style=menuStyle;
aI("text=Event Planning;url=EventMangement.asp;status=Event Planning;");
aI("text=Healers Directory;url=BusinessDirectory.asp;status=Healers Directory;");
aI("text=Health Store & Healing Paths;url=store.asp;status=Health Store & Healing Paths;");
}

drawMenus();


