_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#CC2223";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Verdana ";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="row.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="";
}


with(milonic=new menuname("Support")){
style=menuStyle;
left=273; 
top=105;

aI("text=Web Sitesi Tasarımı;url=hizmetlerimiz.asp;");
aI("text=Interactive Tanıtım CD;url=interactive.asp;");
aI("text=Hosting Hizmetleri;url=hosting.asp;");
aI("text=GOOGLE Reklam;;url=googlereklam.asp;");
aI("text=Kurumsal Kimlik ve Logo;;url=kurumsalkimlik.asp;");
aI("text=Banner Reklam Tasarımı;;url=banner.asp;");
aI("text=Bilişim Çözümleri;;showmenu=ProSubC;");
}

with(milonic=new menuname("ProSubC")){
style=menuStyle;
aI("text=Bilişim Projeleri;url=http://www.apro.com.tr;");
aI("text=Sistem Güvenliği;url=http://www.apro.com.tr;");
aI("text=Sistem Destek ve Danışmanlık;url=http://www.apro.com.tr;");
aI("text=Server ve Network Çözümleri;url=http://www.apro.com.tr;");
}

drawMenus();


