


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(mainStyle=new mm_style()){
oncolor="#ffcc33";
offcolor="#333333";
padding=1;
fontsize="10px";
fontweight="bold";
fontfamily="Arial,Helvetica,Verdana";
decoration="none";
}

with(subStyle=new mm_style()){;
oncolor="#880000";
offcolor="#666666";
ondecoration="underline";
offdecoration="none";
padding=1;
fontsize="10px";
fontstyle="normal";
fontfamily="Arial,Helvetica,Verdana";
}

with(milonic=new menuname("Main Menu")){
style=mainStyle;
top=297;
left=245;
alwaysvisible=1;
orientation="horizontal";
aI("text=about&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=about;");
aI("text=portfolios&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=portfolios;");
aI("text=projects;showmenu=projects;");
}

with(milonic=new menuname("about")){
style=subStyle;
aI("text=-r&eacute;sum&eacute;;url=javascript:MM_openBrWindow(\"http://www.t-o-m-m-y.com/resume.html\",\"resume\",\"status=no,menubar=no,scrollbars=no,resizable=no,width=320,height=240\");");
}

with(milonic=new menuname("portfolios")){
style=subStyle;
aI("text=-print;url=http://www.t-o-m-m-y.com/print.html;");
aI("text=-web;url=http://www.t-o-m-m-y.com/web.html;");
}

with(milonic=new menuname("projects")){
style=subStyle;
aI("text=-not yet-;");
}

drawMenus();