


_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FDC3FD";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="18";
fontstyle="heavy";
fontfamily="Curlz MT";
pagecolor="black";
pagebgcolor="#FDC3FD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="image_lib/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=30;
left=0;
alwaysvisible=1;
overflow="scroll";
aI("text=The Dog House;url=index.php;status=The Doghouse;");
aI("text=Treats;url=treats.php?c=40&w=2&r=Y;status=Treats;");
aI("text=Price List;url=pricing.php?c=41&w=6&r=Y;status=Price List;");
/*aI("text=Wholesale Price List;url=wholesale_list.asp;status=Wholesale Price List;");*/
aI("text=Seasons;url=;showmenu=Seasons;");
aI("text=Starter Packs;url=;showmenu=Starter Packs;");
aI("text=Our Dirt;url=our-dirt.php?c=44&w=2&r=Y;status=Our Dirt;");
aI("text=Sniff Us Out;url=sniff-us-out.php?c=45&w=2&r=Y;status=Sniff;");
aI("text=Catch Us;url=catch-us.php?c=46&w=6&r=Y;status=Catch Us;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Service 1;url=http://www.comingsoon.com;");
}

with(milonic=new menuname("Seasons")){
style=menuStyle;
aI("text=Christmas;url=christmas.php?c=42&d=47&w=2&r=Y;status=Christmas;");
/*aI("text=Hanukah;url=hanukah.asp;status=Hanukah;");*/
aI("text=Valentines Day;url=valentines.php?c=42&d=48&w=2&r=Y;status=Valentines Day;");
aI("text=St. Patricks Day;url=st-patricks-day.php?c=42&d=49&w=2&r=Y;status=St. Patricks Day;");
aI("text=Easter;url=easter.php?c=42&d=50&w=2&r=Y;status=Easter;");
aI("text=Independence Day;url=independence-day.php?c=42&d=51&w=2&r=Y;status=Independence Day;");
aI("text=Halloween;url=halloween.php?c=42&d=52&w=2&r=Y;status=Halloween;");
aI("text=Thanksgiving;url=thanksgiving.php?c=42&d=53&w=2&r=Y;status=Thanksgiving;");
}

with(milonic=new menuname("Starter Packs")){
style=menuStyle;
aI("text=Chihuahua;url=chihuahua.php?c=43&d=54&w=2&r=Y;status=Chihuahua;");
aI("text=Beagle;url=beagle.php?c=43&d=55&w=2&r=Y;status=Beagle;");
aI("text=Great Dane;url=great-dane.php?c=43&d=56&w=2&r=Y;status=Great Dane;");
}
with(milonic=new menuname("Meow 5")){
style=menuStyle;
aI("text=Meow 5 -1;url=http://www.comingsoon.com;");
}

with(milonic=new menuname("Our Dirt")){
style=menuStyle;
aI("text=Our Story;url=http://www.comingsoon.com;");

}

drawMenus();


