

_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=0            // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#48E05B";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#00C600";
bordercolor="#1CC600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1CC600";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.2)";
}

with(menuStyleSub=new mm_style()){
onbgcolor="#48E05B";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="#00C600";
bordercolor="#1CC600";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1CC600";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow2.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=104;
left=0;

alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=./home.html;status=Home Page;");
aI("text=Psy Trance & Stuff;showmenu=Psy Trance & Stuff;");
aI("text=DJ Info & Mixes;url=./djinfo.html;status=Want to hear a mix or book me?;");
aI("text=Articles & Rants;showmenu=Articles & Rants;");
aI("text=Other;showmenu=Other;");
}

with(milonic=new menuname("Psy Trance & Stuff")){
style=menuStyleSub;
itemwidth=135;
overflow="scroll";
aI("text=Music;showmenu=Music;");
aI("text=Events;showmenu=Events;");
}

with(milonic=new menuname("Events")){
style=menuStyleSub;
itemwidth=119;
overflow="scroll";
aI("text=Coming Up;url=./underconstruction.html;");
aI("text=Reviews & Pics;url=./reviews.html;");
}

with(milonic=new menuname("Music")){
style=menuStyleSub;
itemwidth=119;
overflow="scroll";
aI("text=Charts;url=./charts.html;status=Want to know what tunes I'm listing to?;");
aI("text=Reviews;url=./underconstruction.html;");
aI("text=Artists;url=./underconstruction.html;");
}

with(milonic=new menuname("Articles & Rants")){
style=menuStyleSub;
itemwidth=163;
overflow="scroll";
aI("text=Open Source Programs;url=./opensource.html;status=A list of cool open source progs I find usefull;");
aI("text=Humor;url=./humor.html;status=Funny stuff;");
}




with(milonic=new menuname("Other")){
style=menuStyleSub;
aI("text=Links;url=./underconstruction.html;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
}





drawMenus();

