_menuCloseDelay=750           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#202075";
oncolor="#CECEF2";
offbgcolor="#202075";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=1;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#CECEF2";
pagebgcolor="#202075";
headercolor="#CECEF2";
headerbgcolor="#202075";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
separatorsize=20;
}

with(submenuStyle=new mm_style()){
onbgcolor="#202075";
oncolor="#CECEF2";
offbgcolor="#202075";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#CECEF2";
pagebgcolor="#202075";
headercolor="#CECEF2";
headerbgcolor="#202075";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
//itemwidth=100;
itemheight=25;
aI("text=Home;url=http://www.soulworkbodywork.com;status=Home;");
//aI("text=Conversations;showmenu=conversations;status=Conversations;");
aI("text=Conversations;url=http://www.soulworkbodywork.com/conversations.htm;showmenu=conversations;status=Conversations;");
aI("text=Clients;url=http://www.soulworkbodywork.com/clients.htm;status=Clients;");
aI("text=SoulWork;url=http://www.soulworkbodywork.com/soulwork.htm;status=SoulWork;");
aI("text=BodyWork;url=http://www.soulworkbodywork.com/bodywork.htm;status=BodyWork;");
aI("text=Healing Oils;url=http://www.soulworkbodywork.com/healingoil.htm;status=Healing Oils;");
aI("text=Linda's Story;url=http://www.soulworkbodywork.com/bio.htm;status=Linda's Story;");
//aI("text=Linda's Story;url=http://www.soulworkbodywork.com/lindastory.htm;showmenu=linda;status=Linda's Story;");
aI("text=Contact Us;url=http://www.soulworkbodywork.com/contactus.htm;status=Contact Us;");
}

with(milonic=new menuname("conversations")){
overflow="scroll";
style=submenuStyle;
//itemwidth=110;
//aI("text=Talents;url=http://www.soulworkbodywork.com/talents.htm;status=Talents;");
aI("text=Relationships;url=http://www.soulworkbodywork.com/relationship.htm;status=Relationships;");
aI("text=Deepest Wound;url=http://www.soulworkbodywork.com/wounds.htm;status=Deepest Wounds;");
}

with(milonic=new menuname("linda")){
overflow="scroll";
style=submenuStyle;
//itemwidth=110;
aI("text=Personal Story;url=http://www.soulworkbodywork.com/personalstory.htm;status=Personal Story;");
aI("text=Healing Arts;url=http://www.soulworkbodywork.com/healingarts.htm;status=Healing Arts;");
aI("text=Bio;url=http://www.soulworkbodywork.com/bio.htm;status=Bio;");
}

drawMenus();