


_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#797979";
offcolor="#FFFFFF";
bordercolor="#a1a1a1";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="9pt";
fontstyle="bold";
fontfamily="Tahoma";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=115, Strength=2)";
outfilter="";
}



with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Sistemler;url=sistemler.asp;status=Shopline Raf Sistemleri;");
aI("text=Orta Standlar;url=magazaortastand.asp?Stand Sistemleri;");
}



drawMenus();


