fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("text=Home;url=http://home.comcast.net/~raleldorjax;");
aI("showmenu=gaming;text=Gaming;");
aI("showmenu=mtg;text=Magic: the Gathering;");
aI("showmenu=art;text=Artwork;");
aI("showmenu=AboutMe;text=About Me;");
aI("showmenu=Links;text=Links;");
}

with(milonic=new menuname("gaming")){
overflow="scroll";
style=menuStyle;
aI("showmenu=warcraft;status=Warcraft III Maps;text=Warcraft III Maps;");
}

with(milonic=new menuname("warcraft")){
style=menuStyle;
aI("text=RPG;url=wrpg.html;");
aI("text=Defense;url=wdefense.html;");
aI("text=Offense;url=woffense.html;");
aI("text=Melee;url=wmelee.html;");
aI("text=Other;url=wother.html;");
}

with(milonic=new menuname("mtg")){
style=menuStyle;
aI("text=Trading Cards;url=http://boards1.wizards.com/showthread.php?s=&threadid=276506;");
aI("showmenu=tourney;status=My Tourney Reports;text=Tourney;");
aI("showmenu=decks;status=Magic: the Gathering Decks constructed by me.;text=Decks;");
}

with(milonic=new menuname("tourney")){
style=menuStyle;
aI("text=Vintage;url=ttype1.html;");
aI("text=Legacy;url=tlegacy.html;");
aI("text=Standard;url=ttype2.html;");
aI("text=Block;url=tblock.html;");
aI("text=Limited;url=tlimited.html;");
}

with(milonic=new menuname("decks")){
style=menuStyle;
aI("text=Vintage;status=Vintage decks;");
aI("showmenu=Standard;text=Standard;status=Standard decks;");
aI("showmenu=Legacy;text=Legacy;status=Legacy Decks;");
aI("text=Block;status=Block Decks;");
}

with(milonic=new menuname("Legacy")){
style=menuStyle;
aI("text=Land Destruction;url=http://magic.tcgplayer.com/db/deck.asp?deck_id=359633/;");
}

with(milonic=new menuname("Standard")){
style=menuStyle;
aI("text=W/G aggro;url=http://magic.tcgplayer.com/db/deck.asp?deck_id=460052/;");
}


with(milonic=new menuname("art")){
style=menuStyle;
aI("status=Forza 2 artwork;text=Forza 2/3 artwork;url=forza.html;");
aI("status=Physical Artwork;text=Paintings and Drawings;url=art.html;");
aI("text=Music Videos;url=videos.html;");
aI("text=EQ2 Videos;url=eq2videos.html;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("showmenu=authors;status=My favorite Authors;text=Authors;");
aI("showmenu=mtgl;status=Magic: the Gathering based links;text=Magic: the Gathering;");
aI("showmenu=tech;status=Tech websites;text=Tech;");
aI("showmenu=humor;status=Humorous websites;text=Humor;");
}

with(milonic=new menuname("authors")){
style=menuStyle;
aI("text=Terry Brooks;url=http://www.terrybrooks.net/;");
aI("text=Terry Goodkind;url=http://www.terrygoodkind.com/;");
}

with(milonic=new menuname("mtgl")){
style=menuStyle;
aI("text=Magice: the Gathering Official site;url=http://www.magicthegathering.com/;");
aI("text=Star City Games;url=http://www.starcitygames.com/;");
}

with(milonic=new menuname("tech")){
style=menuStyle;
aI("text=Tom's Hardware;url=http://www.tomshardware.com/;");
aI("text=Anandtech;url=http://www.anandtech.com/;");
aI("text=Pricewatch;url=http://www.pricewatch.com/;");
}

with(milonic=new menuname("humor")){
style=menuStyle;
aI("text=Penny Arcade;url=http://penny-arcade.com/comic/;");
}



with(milonic=new menuname("AboutMe")){
style=menuStyle;
aI("text=Life;url=about.html;");
aI("showmenu=gamehistory;status=Gaming History;text=Gaming;");
}

with(milonic=new menuname("gamehistory")){
style=menuStyle;
aI("text=Magic: the Gathering;url=magichistory.html;");
}

drawMenus();

