_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="#A6B1AB";
oncolor="#ffffff";
offbgcolor="#A6B1AB";
offcolor="black";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="bold";
fontfamily="Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=75);Shadow(color='', Direction=135, Strength=5)";
outfilter="";
}

// Start Navigation Menus...

// Start Why Ektron Menu...

with(milonic=new menuname("women")){
style=menuStyle;

aI("text=&nbsp;&nbsp;&nbsp;TRADITIONAL&nbsp;&nbsp;&nbsp;;url=women1.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MODERN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=modern1.html;");
}

// Start Products Menu...

with(milonic=new menuname("stylehome")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BED SPREADS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=oceanMaroon.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CUSHIONS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=cushions.html;");
}

with(milonic=new menuname("accessories")){
style=menuStyle;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BAGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=bags.html;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;STOLES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=stole.html;");
} 
/*
with(milonic=new menuname("women")){
style=menuStyle;

aI("text=TRADITIONAL;url=/why_ektron.aspx;");
aI("text=MODERN;url=/customers.aspx;");
}

// Start Products Menu...

with(milonic=new menuname("stylehome")){
style=menuStyle;
aI("text=BED SPREADS;url=/products.aspx;");
aI("text=CUSHIONS;url=/products.aspx;");
}

with(milonic=new menuname("accessories")){
style=menuStyle;
aI("text=BAGS;url=/products.aspx;");
aI("text=STOLES;url=/products.aspx;");
} 

*/

drawMenus();
