fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#061ea4";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=7;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=1;
separatorpadding=1;
}

with(milonic=new menuname("Top Menu")){
alwaysvisible=1;
screenposition="center";
alwaysvisible=1;
orientation="horizontal"; 
style=menuStyle; 
top=91;
menuwidth=785;
menualign="right";
aI("text=Home;url=index.htm;");
aI("showmenu=Company;text=Company;url=company/index.htm;");
aI("showmenu=Products;text=Products;url=products/index.htm;");
aI("showmenu=Sound;text=Sound;url=sound/index.htm;");
aI("showmenu=Evidence;text=Evidence;url=Evidence/index.htm;");
aI("showmenu=Links;text=Resources");
//aI("text=`" + mm_cartForm + "`;type=form;"); 
}




with(milonic=new menuname("Company")){
overflow="scroll";
style=menuStyle; 
aI("text=About Sound Essences;url=company/index.htm;")
aI("text=Jenny's Springlea Garden;url=company/garden.htm;")
aI("text=Courses;url=company/courses.htm;");
aI("text=Terms &amp Conditions;url=company/terms.htm;")
aI("text=Contact Sound Essences;url=company/contact.htm;")
}

with(milonic=new menuname("Products")){
style=menuStyle; 
aI("text=Product Introduction;url=products/index.htm;");
aI("text=Need help choosing a spray?;url=products/helpchoose.htm;");
aI("text=Space Sprays;url=products/spacesprays.htm;");
aI("text=Essences;url=products/essences.htm;");
aI("text=Music CDs;url=products/reiki-cd.htm;");
aI("text=Singing Bowls;url=products/bowls.htm;");
}

with(milonic=new menuname("Sound")){
style=menuStyle; 
aI("text=An introduction to Sound;url=sound/index.htm;");
aI("text=The history of Sound;url=sound/history.htm;");
aI("text=Sound healing;url=sound/healing.htm;");
}

with(milonic=new menuname("Evidence")){
style=menuStyle; 
aI("text=The Evidence;url=evidence/index.htm;");
}

with(milonic=new menuname("Links")){
style=menuStyle; 
aI("text=Additional Reading;url=resource/index.htm;");
aI("text=Web site links;url=resource/weblinks.htm;");
aI("text=Site Map;url=sitemap.htm;");
}

with(menuLeftStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#061ea4";
offcolor="#ffffff";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=7;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=2;
subimage="arrow.gif";
subimagepadding=1;
separatorpadding=1;
}

var mm_cartForm = 
  " <table><tr><td><form target=paypal action=https://www.paypal.com/cgi-bin/webscr method=post>"
+ " <input type=hidden name=cmd value=_cart>"
+ " <input type=hidden name=business value=jpsnape@dsl.pipex.co.uk>"
+ " <input type=hidden name=display value=1> "
+ " <input type=image src=images/paypal-checkout.gif></td></tr></table></form>";

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
alwaysvisible=1;
orientation="vertical"; 
style=menuLeftStyle; 
top=125;
menuwidth=100;
menualign="left";
aI("text=SHOP;");
aI("text=Space Sprays;url=products/spacesprays.htm;");
aI("text=Need help choosing a spray?;url=products/helpchoose.htm;");
aI("text=Essences;url=products/essences.htm;");
aI("text=Reiki &amp; Clearzone CDs;url=products/reiki-cd.htm;");
aI("text=Singing Bowls;url=products/bowls.htm;");
aI("text=The Evidence;url=evidence/index.htm;");
aI("text=Courses;url=company/courses.htm;");
aI("text= ;");
aI("text=About Us;url=company/index.htm;");
aI("text=Contact Us;url=company/contact.htm;");
aI("text=`" + mm_cartForm + "`;type=html;;"); 
}


drawMenus();


