_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#D6B62A";
offbgcolor="#D6B62A";
oncolor="#1B5501";
offcolor="#1B5501";
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#006600";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="110";
itemheight="26";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("3")){
style=menuStyle;
aI("text=Speaking Engagememnts;url=dynamicdata/Talks.asp;status=Speaking Engagememnts;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=Santa Pictures;url=dynamicdata/SantaPictures.asp;status=Santa Pictures;");
}

with(sat=new menuname("7")){
style=menuStyle;
aI("text=Pricing;url=dynamicdata/Pricing.asp;status=Pricing;");
}

drawMenus();


