


_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=40                // 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="#ffffff";
oncolor="#006699";
offbgcolor="#ffffff";
offcolor="#333333";
bordercolor="#9cc9c9";
borderstyle="solid";
borderwidth="1";
separatorcolor="#9cc9c9";
separatorsize="1";
borderwidth="1";
padding="5";
fontsize="75%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="black";

headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/1menu_arrow.gif";
subimagepadding="2";



}
with(milonic=new menuname("regular")){
style=menuStyle;
aI("text=formal wear;url=formalwear1.htm;itemwidth=87");
aI("text=masonic wear;url=masonicwear1.htm;itemwidth=87");
}



with(milonic=new menuname("kingsize")){
style=menuStyle;
aI("text=casual wear;url=casualwear.htm;itemwidth=118");
aI("text=formal wear;url=formalwear2.htm;itemwidth=118");
aI("text=night wear;url=nightwear.htm;itemwidth=118");
aI("text=masonic wear;url=masonicwear1.htm;itemwidth=118");
aI("text=suits & sports jackets;url=suits.htm;itemwidth=118");

}

with(milonic=new menuname("buy")){
style=menuStyle;
aI("text=contact us;url=contactus.htm;itemwidth=77");
aI("text=postal service;url=delivery.htm;itemwidth=77");
aI("text=visit our store;url=visitus.htm;itemwidth=77");
aI("text=customer comments;url=comments.htm;itemwidth=77");
}


drawMenus();

