
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(miniStyle=new mm_style()){
oncolor="#FFFFFF";
onbgcolor="#99cc33";
offcolor="#FFFFFF";
offbgcolor="#99cc33";
headerbgcolor="#000000";
padding="0";
borderwidth="0";
fontfamily="verdana, helvetica, arial";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
separatorsize="1";
separatorcolor="#FFFFFF";
separatorheight="13";
align="center";
rawcss="padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:0;height:23px;";
}

with(subStyle=new mm_style()){
oncolor="#FFFFFF";
onbgcolor="#99cc33";
offcolor="#FFFFFF";
offbgcolor="#99cc33";
headerbgcolor="#FF6600";
padding="3";
separatorsize="1";
separatorcolor="#FFFFFF";
borderwidth="1";
bordercolor="#FFFFFF";
fontfamily="verdana, helvetica, arial";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
itemheight="25";
itemwidth="200";
}

with(milonic=new menuname("Main Menu")){
style=miniStyle;
alwaysvisible="1";
orientation="1";
position="relative";
aI("text=Home;url=http://www.petzpost.com/index.cfm;");
aI("text=Cats;url=http://www.petzpost.com/cats/;");
aI("text=Dogs;url=http://www.petzpost.com/dogs/;");
aI("text=New Zealand Green Products;url=http://www.petzpost.com/new-zealand-green-products/;");
aI("text=Cats & Dogs;url=http://www.petzpost.com/cats-and-dogs/;");
aI("text=Flea Treatments;url=http://www.petzpost.com/flea-treatments/;");
aI("text=About Us;url=http://www.petzpost.com/about-us/;showmenu=7;");
aI("text=Contact Us;url=http://www.petzpost.com/contact-us/;");
}

with(milonic=new menuname("7")){
style=subStyle;
overflow="scroll";
aI("text=Customer Support;itemwidth=161;url=http://www.petzpost.com/index.cfm/pageid/12/ViewPage/Customer-Support;");
aI("text=Privacy & Security policy;itemwidth=161;url=http://www.petzpost.com/index.cfm/pageid/13/ViewPage/Privacy-Security-policy;");
aI("text=Shipping policy;itemwidth=161;url=http://www.petzpost.com/index.cfm/pageid/14/ViewPage/Shipping-policy;");
aI("text=Return policy & Guarantee;itemwidth=161;url=http://www.petzpost.com/index.cfm/pageid/15/ViewPage/Return-policy-Guarantee;");
aI("text=FAQ;itemwidth=161;url=http://www.petzpost.com/index.cfm/pageid/16/ViewPage/FAQ;");
aI("text=Help;itemwidth=161;url=http://www.petzpost.com/help/;");
aI("text=Legal;itemwidth=161;url=http://www.petzpost.com/legal/;");
}
drawMenus()


