_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0              // The time delay before menus open on mouse over
_followSpeed=0                // Follow scrolling speed
_followRate=0                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=0               // Only needed for Netcsape 4.x



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#BD8D4F";
oncolor="white";
offbgcolor="#ffffff";
offcolor="#7A789D";
bordercolor="#7A789D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7A789D";
separatorsize="1";
padding=5;
fontsize="9pt";
fontstyle="bold";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="";
pagebgcolor="";
headercolor="#AD3D32";
headerbgcolor="#DBAD32";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="";
}

var strDoc=document.URL;
var strLocation = "";

if (strDoc.indexOf("index.asp") < 0)
{
	if (strDoc.substr(strDoc.length-1,1) != "/")
	{
		strLocation="";
	}
}

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=115;
left=0;
alwaysvisible=1;
orientation="vertical";
aI("url=index.asp;image=images/index_05" + strLocation + "_off.jpg;overimage=images/index_05" + strLocation + "_on.jpg;");
aI("url=;image=images/index_06" + strLocation + "_off.jpg;overimage=images/index_06" + strLocation + "_on.jpg;showmenu=Keynotes & Workshops;");
aI("url=consultingservices.asp;image=images/index_07" + strLocation + "_off.jpg;overimage=images/index_07" + strLocation + "_on.jpg;");
aI("url=clients.asp;image=images/index_09" + strLocation + "_off.jpg;overimage=images/index_09" + strLocation + "_on.jpg;");
aI("url=;image=images/index_10" + strLocation + "_off.jpg;overimage=images/index_10" + strLocation + "_on.jpg;showmenu=Products;");
aI("url=freetips.asp;image=images/index_11a" + strLocation + "_off.jpg;overimage=images/index_11a" + strLocation + "_on.jpg;");
aI("url=meetourteam.asp;image=images/index_11b" + strLocation + "_off.jpg;overimage=images/index_11b" + strLocation + "_on.jpg;");
aI("url=articles.asp;image=images/index_11d" + strLocation + "_off.jpg;overimage=images/index_11d" + strLocation + "_on.jpg;");
aI("url=contactus.asp;image=images/index_11c" + strLocation + "_off.jpg;overimage=images/index_11c" + strLocation + "_on.jpg;");
12/29/2003}

with(milonic=new menuname("Keynotes & Workshops")){
style=menuStyle;
overflow="scroll";
aI("text=Gender<i>Speak</i>&nbsp;&nbsp;Workshop;url=genderspeak_Workshop.asp;");
aI("text=Gender<i>Speak</i>&nbsp;&nbsp;Certify-the-Trainer;url=genderspeak_CertifyTheTrainer.asp;");
aI("text=Gender<i>Speak</i>&nbsp;&nbsp;Training Workshop Schedule;url=genderspeak_Schedule.asp;");
aI("text=Keynote Topics;url=keynotetopics.asp;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
overflow="scroll";
aI("text=Audio CD's;url=products_Audio.asp;");
aI("text=Books / Publications;url=products_Books.asp;");
aI("text=Training Videos;url=products_Video.asp;");
aI("text=Special Offers;url=products_Specials.asp;");
}

drawMenus();
