_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#6B938B";
borderstyle="solid";
borderwidth=0;
fontfamily="MS Sans Serif";
fontsize="13";
fontstyle="strong";
headerbgcolor="#6B938B";
headercolor="#000000";
offbgcolor="#6B938B";
offcolor="#ffffff";
onbgcolor="#E4E4DC";
oncolor="#0000ff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#6B938B, Direction=135, Strength=0)";
padding=5;
pagebgcolor="#C0C0AA";
pagecolor="#000000";
separatorcolor="#E4E4DC";
separatorsize=1;
subimage="mil/arrow.gif";
subimagepadding=2;
}

with(menu2Style=new mm_style()){
bordercolor="#A6CABB";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana";
fontsize="30";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A6CABB";
offcolor="#000000";
onbgcolor="#DDE2E5";
oncolor="#0000ff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#A6CABB', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#A6CABB";
pagecolor="#DDE2E5";
separatorcolor="#800000";
separatorsize=0;
subimage="mil/arrow.gif";
subimagepadding=2;
}

with(wdb=new menuname("contact")){
overflow="scroll";
style=menuStyle;
         aI("text=More Info;url=http://www.thelsdevelopmentgroup.com/root.php?id=contact;");
         aI("text=More Info;url=http://www.thelsdevelopmentgroup.com/root.php?id=contact;");
         aI("text=More Info;url=http://www.thelsdevelopmentgroup.com/root.php?id=contact;");
}

with(wdb=new menuname("1")){
overflow="scroll";
style=menuStyle;
         aI("text=Sub Category 1;url=page.php;");
         aI("text=Sub Category 2;url=page.php;");
         aI("text=Sub Category 3;url=page.php;");
         aI("text=Sub Category 4;url=page.php;");
         aI("text=Sub Category 5;url=page.php;");
         aI("text=Sub Category 6;url=page.php;");
         aI("text=Sub Category 7;url=page.php;");
         aI("text=Sub Category 8;url=page.php;");
         aI("text=Sub Category 9;url=page.php;");
         aI("text=Sub Category 10;url=page.php;");
}

with(wdb=new menuname("dog2")){
overflow="scroll";
style=menu2Style;
         aI("text=Category 1;url=page.php;");
         aI("text=Category 2;url=page.php;");
         aI("text=Category 3;url=page.php;");
         aI("text=Category 4;url=page.php;");
         aI("text=Category 5;url=page.php;");
         aI("text=Category 6;url=page.php;");
         aI("text=Category 7;url=page.php;");
         aI("text=Category 8;url=page.php;");
         aI("text=Category 9;url=page.php;");

}

drawMenus();























