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(XPMainStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,sans-serif";
fontsize="85%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#666666";
onborder="1px solid #316AC5";
oncolor="#000000";
padding=0;
rawcss="padding-left:5px;padding-right:5px";
}

with(XPMenuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial,Helvetica,sans-serif";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#666666";
onborder="1px solid #316AC5";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#999999, Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#C5C2B8";
separatorpadding=1;
separatorwidth="80%";
subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=3;
menubgcolor="#ffffff";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
margin=2;
orientation="horizontal";
style=XPMainStyle;
top=10;
aI("text=About;url=about.html");
aI("text=News;url=news.html");
aI("showmenu=Galleries;text=Galleries;");
aI("text=Shop;url=shop.html");
aI("text=Copyright Information;url=copyright.html");
aI("text=LiveJournal;url=http://gothicimage.livejournal.com");
aI("text=Contact;url=contact.html");
}

with(milonic=new menuname("Galleries")){
margin=2;
overflow="scroll";
style=XPMenuStyle;
aI("text=Recent Work;url=galleries/Recent/index.html;")
aI("text=Featured Gallery - Jed Phoenix;url=galleries/Featured/index.html;")
aI("text=2010 Gallery;url=galleries/2010/index.html;")
aI("text=2009 Gallery;url=galleries/2009/index.html;")
aI("text=2008 Gallery;url=galleries/2008/index.html;")
aI("text=2007 Gallery;url=galleries/2007/index.html;")
aI("text=2006 Gallery;url=galleries/2006/index.html;")
aI("text=2005 Gallery;url=galleries/2005/index.html;")
aI("text=2004 Gallery;url=galleries/2004/index.html;")
aI("text=2003 Gallery;url=galleries/2003/index.html;")
}

with(milonic=new menuname("Links")){
margin=2;
style=XPMenuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;");
aI("text=PHP - Development;url=http://www.php.net/;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;");
aI("showmenu=Anti Spam;text=Anti Spam Tools;");
}

drawMenus();


