


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



with(menuStyle=new mm_style()){
onbgcolor="#CCCC99";
oncolor="#ffffff";
offbgcolor="#B3B38F";
offcolor="#3D3D2B";
bordercolor="#333300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333300";
separatorsize="0";
padding=3;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#806A60";
pagebgcolor="#b3b38f";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.1)";
}

with(mainStyle=new mm_style()){
onbgcolor="#CCCC99";
oncolor="#ffffff";
offbgcolor="#CCCC99";
offcolor="#3D3D2B";
bordercolor="#333300";
borderstyle="solid";
borderwidth=0;
separatorcolor="#333300";
separatorsize="0";
padding=3;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#806A60";
pagebgcolor="#cccc99";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="Fade(duration=0.1)";
}

with(milonic=new menuname("photos")){
style=menuStyle;
aI("text=Photography Home;url=/photos;");
aI("text=Favorites;url=/photos/album.php?album=favorites&lang=en;");
aI("text=Abstract/Misc;url=/photos/album.php?album=misc&lang=en;");
aI("text=Chinese Gardens;url=/photos/album.php?album=chgard&lang=en;");
aI("text=Eugene Bike Paths;url=/photos/album.php?album=paths&lang=en;");
aI("text=Flowers;url=/photos/album.php?album=flowers&lang=en;");
aI("text=Golf;url=/photos/album.php?album=golf&lang=en;");
aI("text=Japanese Gardens - Summer;url=/photos/album.php?album=jpgardsummer&lang=en;");
aI("text=Japanese Gardens - Fall;url=/photos/album.php?album=jpgardfall&lang=en;");
aI("text=Oregon Coast;url=/photos/album.php?album=coast&lang=en;");
aI("text=Oregon Scenic Photos;url=/photos/album.php?album=scenic&lang=en;");
aI("text=Various Travel;url=/photos/album.php?album=travel&lang=en;");
}

with(milonic=new menuname("forums")){
style=menuStyle;
aI("text=Forums Home;url=/forums;");
}

with(milonic=new menuname("rants")){
style=menuStyle;
aI("text=Ranting Home;url=/blogs/index.php?catsel=14;");
aI("text=Archive;url=/blogs/index.php?m=2005&catsel=14;");
}

with(milonic=new menuname("movies")){
style=menuStyle;
aI("text=Bad Movie Reviews;url=/movies/bad.shtml;");
aI("text=Movie Database (coming soon);url=/movies/index.php;");
}

with(milonic=new menuname("downloads")){
style=menuStyle;
aI("text=Downloads Home;url=/downloads;");
aI("text=Private Downloads;url=/privatedownloads;");
aI("text=Ringtones (private);url=/ringtones;");
}

with(milonic=new menuname("personal")){
style=menuStyle;
aI("text=Steve's Blog;url=/blogs/index.php?catsel=16;");
aI("text=MP3 Server (private);url=/mp3server;");
aI("text=NYC Page (updated);url=/nyc;");
aI("text=Web Page (external);url=http://www.efn.org/~smann;");
aI("text=EQ UI (external);url=http://www.efn.org/~smann/elui;");
}

with(milonic=new menuname("langames")){
style=menuStyle;
aI("text=LAN Party Stats;url=http://psychostats2.silentpro.net/;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Web Development;showmenu=webdev;");
aI("text=Security;showmenu=security;");
aI("text=Mozilla Firefox;url=http://www.mozilla.org/products/firefox/;");
}

with(milonic=new menuname("security")){
style=menuStyle;
aI("text=Symantec;url=http://securityresponse.symantec.com/;status=Symantec Security Response;");
aI("text=OpenBSD;url=http://www.openbsd.org/;status=OpenBSD - The Proactively Secure OS");
aI("text=QMail;url=http://www.qmail.org/top.html;");
}

with(milonic=new menuname("webdev")){
style=menuStyle;
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("text=MP3 Server;url=http://sourceforge.net/projects/mp3-server/;");
aI("text=picsPHP;url=http://dave.imarc.net/php/#photo;");
aI("text=b2evolution Blogging;url=http://b2evolution.net;");
aI("text=JavaScript DHTML Menu;url=http://www.milonic.com/;");
}

drawMenus();

