fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500;
_menuOpenDelay=500;
_subOffsetTop=2;
_subOffsetLeft=-2;

////////////////////////////////// MAIN MENU STYLE
with(menuStyle=new mm_style()){
borderwidth=0;
bordercolor="#000000";
borderstyle="solid"; // Values: solid, dashed, dotted, double, groove, ridge, inset & ouset
fontfamily="Verdana, Helvetica, Arial";
fontsize=11;
fontstyle="normal";
fontweight="bold";
offcolor="#FFFFFF"; //text color
oncolor="#000000";  //rollover text color
offbgcolor="#F37D00"; //background color
onbgcolor="#FFFFFF";  //rollover background color
outfilter="randomdissolve(duration=0.0)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#000000', Direction=133, Strength=1)";
padding=5;
pagebgcolor="#FFFFFF"; //current page you are on background color
pagecolor="#000000";   //current page you are on text color
separatorcolor="#000000";
separatorsize=1;
subimage="http://www.justhuntit.com/images2/spacer.gif"; //arrow image
subimagepadding=0; //padding for arrow image
}

////////////////////////////////// SUB MENU STYLE
   with(subMenuStyle=new mm_style()){
   borderwidth=1;
   bordercolor="#777777";
   borderstyle="solid"; // Values: solid, dashed, dotted, double, groove, ridge, inset & ouset
   fontfamily="Verdana, Helvetica, Arial";
   fontsize=10;
   fontstyle="normal";
   fontweight="bold";
   offcolor="#333333"; //text color
   oncolor="#FFFFFF";  //rollover text color
   offbgcolor="#FFFFFF"; //background color
   onbgcolor="#F37D00";  //rollover background color
   itemwidth=250;       // Sets a specific Item Width for all menu items using the style.
   outfilter="randomdissolve(duration=0.1)";
   overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#000000', Direction=133, Strength=1)";
   padding=4;
   pagebgcolor="#E0E0E0"; //current page you are on background color
   pagecolor="#000000";   //current page you are on text color
   separatorcolor="#E0E0E0";
   separatorsize=1;
   subimage="http://www.justhuntit.com/js/menu/arrow.gif"; //arrow image
   subimagepadding=0; //padding for arrow image
   }


   ////////////////////////////////// PORTRAIT GALLERIES 
   with(milonic=new menuname("Portrait")){
   overflow="scroll";
   style=subMenuStyle;
   aI("text=Trophy Photo Portraits;url=portrait.php;");
   aI("text=Family Portraits;url=family_portrait.php;");
   }

   ////////////////////////////////// DESIGN
   with(milonic=new menuname("Design")){
   overflow="scroll";
   style=subMenuStyle;
   aI("text=Graphic Design;url=graphic_design.php;");
   aI("text=Illustrations;url=illustration.php;");
   aI("text=Murals;url=murals.php;");
   }


drawMenus();

