_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=-10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#3399FF";
offcolor="ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/stylesheets_n_scripts/milonic/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=230;
left=23;
alwaysvisible=1;
followscroll="1";
aI("url=http://www.sonixproaudio.com/;imagealign='center';image=/stylesheets_n_scripts/milonic/home.gif;onfunction=showtip('Are we in Kansas yet? - Home')");
aI("text=Calendar;url=/calendar.html;onfunction=showtip('You can see what we are up to here')");
aI("text=Client List;url=/clientlist.html;onfunction=showtip('A partial list of our clients')");
aI("text=Contact Info;url=/contactinfo.html;onfunction=showtip('How to contact us wherever you are.')");
aI("text=Design Services;url=/designservices.html;onfunction=showtip('We love to design systems, and you will love the results')");
aI("text=Install Services;url=/installservices.html;onfunction=showtip('No job too big')");
aI("text=Our eBay Stuff;url=http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&userid=sonix_pro_audio&completed=0&sort=3&since=-1;target=_new;onfunction=showtip('Used equipment we no longer need and you WANT. <br>This will open in a new window.')");
aI("text=Rentals;url=/SONIX_Rentals.html;onfunction=showtip('wireless, PAs, about anything you might need')");
aI("text=Links;showmenu=Links");
aI("text=Sign In;showmenu=SignIn");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Amplifiers;showmenu=Amps");
aI("text=Cables;showmenu=Cables");
aI("text=Processors;showmenu=Process");
aI("text=Speakers;showmenu=Speakers");
}

with(milonic=new menuname("SignIn")){
style=menuStyle;
aI("text=Google Apps ;url=http://www.google.com/a/sonixproaudio.com;onfunction=showtip('Sign in to access calendars, email and more...')");
aI("text=e-Mail  ;url=http://mail.sonixproaudio.com/;target=_new;onfunction=showtip('You can get to your mail by just changing the login name.')");
}

with(milonic=new menuname("Amps")){
style=menuStyle;
aI("text=Crown;url=http://www.crownaudio.com/;target=_new;onfunction=showtip('')");
aI("text=QSC;url=http://www.qscaudio.com/;target=_new;onfunction=showtip('')");
}

with(milonic=new menuname("Cables")){
style=menuStyle;
aI("text=Conquest Sound;url=http://www.conquestsound.com/;target=_new;onfunction=showtip('')");
aI("text=Horizon Music;url=http://www.horizonmusic.com/;target=_new;onfunction=showtip('')");
aI("text=Rapco  Cables;url=http://www.rapco.com/;target=_new;onfunction=showtip('')");
aI("text=Whirlwind Music;url=http://www.whirlwindusa.com/;target=_newo;nfunction=showtip('')");
}

with(milonic=new menuname("Process")){
style=menuStyle;
aI("text=dbx;url=http://www.dbxpro.com//;target=_new;onfunction=showtip('')");
}

with(milonic=new menuname("Speakers")){
style=menuStyle;
aI("text=JBL;url=http://www.jblpro.com/;target=_new;onfunction=showtip('')");
aI("text=Bag End;url=http://www.bagend.com/;target=_new;onfunction=showtip('')");
aI("text=Renkus  Heinz;url=http://www.renkus-heinz.com/;target=_new;onfunction=showtip('')");
aI("text=CGM Music;url=http://www.cgmmusic.com/;target=_new;onfunction=showtip('')");
aI("text=Galaxy Audio;url=http://www.galaxyaudio.com/;target=_new;onfunction=showtip('')");
aI("text=Tannoy;url=http://www.tannoy.com/;target=_new;onfunction=showtip('')");
aI("text=McCauley;url=http://www.mccauley.com/;target=_new;onfunction=showtip('')");
}

drawMenus();


