_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#000000";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#ffffff', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#FFFDDD";
separatorcolor="#A0B37B";
separatorsize=0;
image="/images/product.gif"
subimagepadding=0;
timegap=500 
}

with(menuStyle2=new mm_style()){
bordercolor="#7E6954";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="8pt";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#7E6954";
offcolor="#ffffff";
onbgcolor="#7E6954";
oncolor="#E1E1E1";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#A0B37B";
separatorsize=1;
itemwidth=115;
timegap=500 
}


with(milonic=new menuname("gallery")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("status=On Air;showmenu=gallery_sub;");
}



with(milonic=new menuname("gallery_sub")){
style=menuStyle2;
aI("text=Pleated & honeycombe;url=pleated.shtml;")
aI("text=Roller;url=roller.shtml;")
aI("text=Venetian;url=venetian.shtml;")
aI("text=Wood weave;url=woodweave.shtml;")
aI("text=Roman;url=roman.shtml;")
aI("text=Dutch & awnings;url=dutch.shtml;")
aI("text=Panel screens;url=insect.shtml;")
aI("text=Vertical;url=vertical.shtml;")
}


drawMenus();


