_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=10;


with(menuStyle=new mm_style()){
offcolor="#FACD72";
offbgcolor="#4A88AC";
oncolor="#4A88AC";
onbgcolor="#FACD72";
bordercolor="#000000";
separatorsize=1
borderstyle="solid";
borderwidth=1;
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Georgia, Arial";
padding=10;
subimage="arrowdn.gif";
high3dcolor="#000000";
low3dcolor="#000000";
overfilter="randomdissolve(duration=0.3)";
outfilter="randomdissolve(duration=0.3)";
}

with(djmusic=new menuname("Music")){
itemwidth=120;
style=menuStyle;
alignment="left";
aI("text=Dave's Music;url=music.htm;")
aI("text=Then And Now;url=cd_tan.htm;")
aI("text=We Have A Winner;url=cd_win.htm;")
}

with(djmusic=new menuname("Photos")){
itemwidth=120;
style=menuStyle;
alignment="left";
aI("text=Photo Album;url=photos.htm;")
aI("text=Fan Pictures;url=fan_pictures.htm;")
}

with(djmusic=new menuname("Gigs")){
itemwidth=120;
style=menuStyle;
alignment="left";
aI("text=2010 Schedule;url=gigs03.htm;")
}

with(djmusic=new menuname("Shop")){
itemwidth=140;
style=menuStyle;
aI("text=Shop Online;url=Order.htm;")
aI("text=Order Form;url=order_form.htm;")
}

with(djmusic=new menuname("Radio")){
itemwidth=140;
style=menuStyle;
aI("text=Internet Radio;url=internet_radio.htm;")
aI("text=Request Line;url=request.htm;")
}

with(djmusic=new menuname("Contact")){
itemwidth=140;
style=menuStyle;
alignment="left";
aI("text=Guest Register;url=guest_register.htm;")
aI("text=Press Kit;url=contact.htm;")
aI("text=Bookings;url=bookings.htm;")
}

with(djmusic=new menuname("Links")){
itemwidth=140;
style=menuStyle;
alignment="left";
aI("text=Clubs;url=clubs.htm;")
aI("text=Bands;url=bands.htm;")
aI("text=Resources;url=resource.htm;")
aI("text=Other;url=other_links.htm;")
aI("text=Add A Link;url=links.htm;")
}



drawMenus();