
_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="#FF9900";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#FF9900";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="menuimages/arrow.gif";
//subimagepadding="2";
overfilter="Fade(duration=0.5);Alpha(opacity=80);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle; // style array
itemwidth=120;   // each menu item width
align="center center"; //align the text
screenposition="center";  //Hole menu position
top=190; //top position
alwaysvisible=1;
orientation="horizontal";

aI("text=About Us;url=about_us.htm");
aI("text=Strengths;showmenu=Strengths;");
aI("text=Services;url=service.htm;");
aI("text=Products;showmenu=Products;");
aI("text=Contact Us;url=contact.htm");
}

with(milonic=new menuname("Strengths")){
style=menuStyle;
itemwidth=190;
align="center center";
orientation="horizontal";
aI("text=Buying from Bangladesh;url=strengths1.htm;");
aI("text=Services from Danys Fashions;url=strengths2.htm;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
itemwidth=190;
align="center center";
screenposition="center";
orientation="horizontal";
aI("text=Knit products;url=knit_products.htm;");
aI("text=Woven products;url=woven_products.htm;");
}
drawMenus();
