

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4B4B4B";
oncolor="#F3A705";
offbgcolor="#4B4B4B";
offcolor="#ffffff";
bordercolor="#4B4B4B";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#056ba9";
pagebgcolor="#4B4B4B";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#4B4B4B', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}
with(submenuStyle=new mm_style()){
onbgcolor="#f2f2f2";
oncolor="#F3A705";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#4B4B4B";
borderstyle="solid";
borderwidth=1;
separatorcolor="#DBDBDB";
separatorsize="1";
padding=5;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=20;
left=80;
alwaysvisible=1;
overflow="scroll";
orientation="horizontal";
aI("text=home;url=index.htm;target=_top;");
aI("text=|;");
aI("text=segments;showmenu=Partners;");
aI("text=|;");
aI("text=contact us;url=contatosING.htm;target=_top;");
aI("");
}

with(milonic=new menuname("Samples")){
style=submenuStyle;
left=193;
overflow="break";
aI("text=what we do;url=oqueING.htm;target=_top;");
}

with(milonic=new menuname("Partners")){
style=submenuStyle;
left=125;
aI("text=exotic leather;url=pelesING.htm;target=_top;");
}

drawMenus();

