


_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="#233F72";
oncolor="#ffffff";
offbgcolor="#75A5EF";
offcolor="#ffffff";
fontfamily="verdana, arial, tahoma";
fontsize=11;
fontstyle="normal";
fontweight="bold";
align="left";
itemwidth=115;
itemheight=15;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
separatorpadding="0";
padding=3;
//pagecolor="#ffffff";
//pagebgcolor="#D71440";
//pageborder="1px dashed #ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
//subimagepadding="4";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0)";
}



with(milonic=new menuname("AccMenu")){
style=menuStyle;
orientation="vertical";
top=320;
left=110;
//alwaysvisible=1;
overflow="scroll";
aI("text=Cigar Cases;url=accessories.php?id_acc_type=1;");
aI("text=Ashtrays;url=accessories.php?id_acc_type=2;");
aI("text=Cigar Cutters;url=accessories.php?id_acc_type=3;");
aI("text=Lighters;url=accessories.php?id_acc_type=4;");
aI("text=Hygrometers;url=accessories.php?id_acc_type=5;");
aI("text=Humidifiers;url=accessories.php?id_acc_type=6;");
aI("text=Travel Humidors;url=accessories.php?id_acc_type=7;");
aI("text=Humidors;url=accessories.php?id_acc_type=8;");
}

drawMenus();

