_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="#000066";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";
}

with(firstStyle=new mm_style()){
bordercolor="#4a4114;";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#ec1d24";
oncolor="#ffffff";
padding="4px 4px 4px 8px";
separatorcolor="#b2b2b2";
separatorsize=1;
}

with(secondStyle=new mm_style()){
bordercolor="#4a4114;";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
offbgcolor="#FFFFFF";
offcolor="#000000";
onbgcolor="#ec1d24";
oncolor="#ffffff";
padding="4px 4px 4px 8px";
pagebgcolor="#FFFFFF";
separatorcolor="#b2b2b2";
separatorsize=1;
}

with(milonic=new menuname("products")){
style=firstStyle;
top="offset=-9";
left="offset=23";
itemwidth=175;
aI("bgimage=/images/arrow_off2.gif;overbgimage=/images/arrow_on2.gif;showmenu=arare;text=Arare;url=/products/arare.html;");
aI("bgimage=/images/arrow_off2.gif;overbgimage=/images/arrow_on2.gif;showmenu=seeds;text=Seeds;url=/products/seeds.html;");
aI("bgimage=/images/arrow_off2.gif;overbgimage=/images/arrow_on2.gif;showmenu=candy;text=Candy;url=/products/candy.html;");
aI("bgimage=/images/arrow_off2.gif;overbgimage=/images/arrow_on2.gif;showmenu=seafood;text=Seafood;url=/products/seafood.html;");
aI("text=Online Store;url=/products/onlinestore.html;");
}

with(milonic=new menuname("arare")){
style=secondStyle;
itemwidth=150;
aI("text=Premium Mixed Arare;url=/products/arare/PremiumMixArare.html;");
aI("text=Sakura Arare;url=/products/arare/SakuraArare.html;");
aI("text=Mini Nori Maki;url=/products/arare/MiniNoriMaki.html;");
aI("text=Mix Mochi Balls;url=/products/arare/MixMochiBalls.html;");
aI("text=Red Iso Peanuts;url=/products/arare/RedIsoPeanuts.html;");
aI("text=Mini Yakko;url=/products/arare/MiniYakko.html;");
aI("text=Imperial Mix;url=/products/arare/ImperialMix.html;");
aI("text=Shinagawa Maki;url=/products/arare/ShinagawaMaki.html;");
aI("text=Wasabi Peas;url=/products/arare/WasabiPeas.html;");
}

with(milonic=new menuname("seeds")){
style=secondStyle;
itemwidth=160;
aI("text=Sweet Li Hing Mui;url=/products/seeds/SweetLiHingMui.html;");
aI("text=Premium Red Li Hing Mui;url=/products/seeds/PremiumRedLiHingMui.html;");
aI("text=Red Seedless Li Hing Mui;url=/products/seeds/RedSeedlessLiHingMui.html;");
aI("text=Li Hing Powder;url=/products/seeds/LiHingPowder.html;");
aI("text=Li Hing Mango;url=/products/seeds/LiHingMango.html;");
aI("text=Dried Lemon Peel;url=/products/seeds/DriedLemonPeel.html;");
}

with(milonic=new menuname("candy")){
style=secondStyle;
itemwidth=160;
aI("text=Li Hing Sour Apples;url=/products/candy/LiHingSourApples.html;");
aI("text=Li Hing Sour Hula Keikis;url=/products/candy/LiHingSourHulaKeikis.html;");
aI("text=Li Hing Sour Watermelon;url=/products/candy/LiHingSourWatermelon.html;");
aI("text=Rainbow Sour Belts;url=/products/candy/RainbowSourBelts.html;");
aI("text=Strawberry Sour Belts;url=/products/candy/StrawberrySourBelts.html;");
aI("text=Li Hing Gummy Bears;url=/products/candy/LiHingGummyBears.html;");
}

with(milonic=new menuname("seafood")){
style=secondStyle;
itemwidth=160;
aI("text=Shredded Ika;url=/products/seafood/ShreddedIka.html;");
aI("text=Hot Shredded Ika;url=/products/seafood/HotShreddedIka.html;");
aI("text=Shredded Tako;url=/products/seafood/ShreddedTako.html;");
aI("text=Smoked Squid;url=/products/seafood/SmokedSquid.html;");
aI("text=Seafood Combo;url=/products/seafood/SeafoodCombo.html;");
aI("text=Deluxe Assorted Seafood;url=/products/seafood/DeluxeAssortedSeafood.html;");
}

with(milonic=new menuname("about")){
style=firstStyle;
top="offset=-9";
itemwidth=175;
aI("text=Company Overview;url=/about/overview.html;");
aI("text=Our Commitment to Quality;url=/about/quality.html;");
aI("text=In the Community;url=/about/community.html;");
aI("text=Career Opportunities;url=/about/resume.asp;");
aI("text=Our Distributors;url=/about/distributors.html;");
aI("text=Become a Partner;url=/about/becomeapartner.html;");
aI("text=Contact Us;url=/about/contact.html;");
}
drawMenus();