


_menuCloseDelay=500           // 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(BigTransparent=new mm_style()){
oncolor="#008B8B";
offcolor="#B92D2D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
padding=9;
fontsize="100%";
fontstyle="italic";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
menubgimage="logosm.jpg";
}

SmTransparent=new copyOf (BigTransparent)

with(SmTransparent=new mm_style()){
oncolor="#008B8B";
offcolor="#B92D2D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
menubgimage="bkgndLight.jpg";
}



with(milonic=new menuname("Main Menu")){
style=BigTransparent;
top=30;
left=10;
alwaysvisible=1;
aI("text=books;url=http://www.earthspiritservices.com/books.html;");
aI("text=coaching programs;url=http://www.earthspiritservices.com/transform_coaching.html;");
aI("text=retreats;showmenu=Retreats;");
aI("text=workshops;showmenu=Workshops;");
aI("text=women's circles;url=http://www.earthspiritservices.com/women_circle.html;");
aI("text=about Noorah;url=http://www.earthspiritservices.com/about_noorah.html;");
aI("text=testimonials;url=http://www.earthspiritservices.com/testimonials.html;");
aI("text=related links;url=http://www.earthspiritservices.com/links.html;");
aI("text=home;url=http://www.earthspiritservices.com/;");
}

with(milonic=new menuname("Retreats")){
style=SmTransparent;
overflow="scroll";
aI("text=Mt. Shasta, California;showmenu=Mt. Shasta, California;url=http://www.earthspiritservices.com/mtshastaretreat.html;");
aI("text=Grand Tetons, Wyoming;showmenu=Grand Tetons, Wyoming;url=http://www.earthspiritservices.com/womenempowermentretreat.html;");
aI("text=Private Retreats;showmenu=Mt. Shasta, California;url=http://www.earthspiritservices.com/privateretreats.html;");}

with(milonic=new menuname("Workshops")){
style=SmTransparent;
overflow="scroll";
aI("text=Create Consciously 2 day;showmenu=Create Consciously 2 day;url=http://www.earthspiritservices.com/create_conscious_1.html;");
aI("text=Create Consciously 3 day;showmenu=Create Consciously 3 day;url=http://www.earthspiritservices.com/create_conscious_2.html;");
aI("text=Say What Is True;showmenu=Say What Is True;url=http://www.earthspiritservices.com/find_your_voice.html;");
aI("text=Ignite Your Passion;showmenu=Ignite Your Passion;url=http://www.earthspiritservices.com/ignite_passion.html;");
}

drawMenus();