/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var hypnobirthing=new Array()
hypnobirthing[0]='<a class="small" href="hypnobirthing.htm">What is HypnoBirthing&reg;</a>'
hypnobirthing[1]='<a class="small" href="how_hypnobirthing_works.htm">How HypnoBirthing&reg; Works</a>'
hypnobirthing[2]='<a class="small" href="hypnobirthing_benefits.htm">The HypnoBirthing&reg; Benefits</a>'
hypnobirthing[3]='<a class="small" href="mongan_method.htm">The Mongan Method</a>'
hypnobirthing[4]='<a class="small" href="birthing_partners.htm">Information for Birthing Partners</a>'

var menuwidth='185px' //default menu width
var menubgcolor='#006EB5'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed


//Contents for menu 2
var more=new Array()
//more[0]='<a class="small" href="news.htm">In the News</a>'
more[1]='<a class="small" href="research.htm">Research</a>'
more[2]='<a class="small" href="links.htm">Links</a>'
more[3]='<a class="small" href="hypnosis.htm">What is Hypnosis</a>'

var menuwidth='185px' //default menu width
var menubgcolor='#006EB5'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed


var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

