/*_menuCloseDelay=100;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50;            // The time delay before menus open on mouse over
_followSpeed=5;                // Follow scrolling speed
_followRate=50;                // Follow scrolling Rate
_subOffsetTop=0;              // Sub menu top offset
_subOffsetLeft=0;        // Sub menu left offset
_scrollAmount=3;               // Only needed for Netscape 4.x
_scrollDelay=20;               // Only needed for Netcsape 4.x

_CFix=true;

with(menuStyle=new mm_style()){
onbgcolor="";
oncolor="#000000";
offbgcolor="";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize="9px"; 
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#6A8B3A";
offbgcolor="#F0F3EB";
offcolor="#6A8B3A";
bordercolor="#B2B2B2";
borderstyle="solid";
borderwidth=1;
separatorcolor="";
separatorsize=0;
padding=4;
menubgimage="";
fontsize="13px";
onbold=1;
fontstyle="normal";
fontfamily="verdana";
subimage="images/arrow.gif";
overfilter="fade(duration=0.3);";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("weeklyflyer")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=130; 

aI("image=images/menu_spacer.gif;bgimage=images/menu_drop.jpg;overbgimage=images/menu_drop.jpg;");
aI("image=images/inner_spacer.gif;text=Spokane;url=#");
aI("image=images/inner_spacer.gif;text=Tri-Cities;url=#");
aI("image=images/inner_spacer.gif;text=North Idaho;url=#");
aI("image=images/menu_div.gif;bgimage=images/menu_div.gif;overbgimage=images/menu_div.gif;");
}


drawMenus();*/