fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=100;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(mainmenuStyle=new mm_style()){
styleid=1;
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
imagepadding=3;
offbgcolor="#E5E8E7";
offcolor="#515151";
onbgcolor="#ffffff";
oncolor="#000000";
onsubimage="http://img.milonic.com/bob_arrow.gif";
padding=5;
subimage="http://img.milonic.com/bob_arrow1.gif";
subimagepadding=6;
}

with(menuStyle=new mm_style()){
bordercolor="#6D6E72";
borderstyle="dotted";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#E5E8E7";
oncolor="#000000";
onsubimage="http://img.milonic.com/bob_left.gif";
padding=5;
subimage="http://img.milonic.com/bob_left1.gif";
subimagepadding=6;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainmenuStyle;
aI("image=images/MeThumb.jpg;separatorheight=14;separatorpadding=2;separatorsize=1;url=index.html;");
aI("image=images/Projects.jpg;overimage=images/Projects_over.jpg;showmenu=Projects;text=Projects;");
aI("image=images/MarineSweeperIcon.bmp;text=Marine Sweeper;url=MarineSweeper.html;");
aI("image=images/Reel.jpg;overimage=images/Reel_White.jpg;showmenu=Demo;text=Demo Reel;");
aI("image=http://img.milonic.com/bookd.gif;overimage=http://img.milonic.com/openbook.gif;text=Resume;url=documents/Damodaran_Ramani-Resume.pdf;");
aI("image=http://img.milonic.com/searchd.gif;overimage=http://img.milonic.com/searchd_on.gif;showmenu=Personal;text=Personal;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("image=images/Modeling.bmp;overimage=images/Modeling - Copy.bmp;text=Modeling (Maya);url=Modeling.html");
aI("image=images/Cloth.gif;text=Animation (C++);url=Animation.html;");
aI("image=images/bunny-thumb.jpg;overimage=images/bunny-negative.jpg;text=Graphics (C++);url=Graphics.html;");
aI("image=images/nvidia.jpg;overimage=images/nvidia-negative.jpg;text=GPU Programming;url=GPUProgramming.html;");
aI("image=images/Games.jpg;text=DOS Games;url=http://damodaranr.blogspot.com/2008/06/i-am-avid-programmer-and-computer-game.html;");
aI("image=images/Maya.jpg;overimage=images/Maya-negative.jpg;text=Maya Authoring;url=MAT.html;");
}

with(milonic=new menuname("Demo")){
style=menuStyle;
aI("text=Modeling Demo Reel;url=ModelingReel.html");
aI("text=Programming Demo Reel;url=ProgrammingReel.html;");
}

with(milonic=new menuname("Personal")){
style=menuStyle;
aI("text=Under Construction :-)");
}

drawMenus();

