
_menuCloseDelay=500;
_menuOpenDelay=120;
_subOffsetTop=0;
_subOffsetLeft=2;


with(XPMainStyle=new mm_style()){
//bordercolor="#7BAEDA";
borderstyle="none";//"solid";
borderwidth=0;
//fontfamily="Verdana, Tahoma, Helvetica ";
//fontsize="9pt";
//fontstyle="normal";
//fontweight="normal";
offbgcolor="transparent";//"#EFE7D7";
offcolor="black";//"#CC3300";
onbgcolor="#C4AA6C";
//onborder="1px solid #000080";
oncolor="steelblue";
//overbgimage="/TR/images/menu/overbg.gif";
//menubgimage="/TR/images/menu/menubg.gif";
padding=4;
subimage="/TR/images/menu/arrow.gif";
subimagepadding=0;
//image="/TR/images/menu/bigsquare.gif";
//imagepadding=0;
itemwidth=142;
//itemheight=22;
//overfilter="Shadow(color='#DCDCDC', Direction=135, Strength=3)";
}


with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#C4AA6C";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Helvetica";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
//image="/TR/images/menu/blank.gif";
//imagepadding=3;
//menubgimage="/TR/images/menu/subbg.gif";
//overbgimage="/TR/images/menu/overbg.gif";
onbgcolor="#C4AA6C";
offbgcolor="#EFE7D7";
offcolor="#000000";
onborder="0px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.5)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#EFE7D7', Direction=135, Strength=4)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=1;
separatorwidth="80%";
subimage="/TR/images/menu/arrow.gif";
subimagepadding=0;
menubgcolor="#EBF0EC";
}

with(milonic=new menuname("MainMenu")){
alwaysvisible=1;
left=12;
margin=3;
orientation="vertical";
style=XPMainStyle;
top=173;

aI("text=Home Page;url=/TR/EN/default_en.aspx;");
aI("text=Discover Adana;url=/TR/EN/DiscoverAdana.htm;");
aI("text=About Us;showmenu=mAboutUs;");
aI("text=Members;showmenu=mMembers;");
aI("text=Guide For Investors;showmenu=mGuide;");
}

with(milonic=new menuname("mAboutUs")){
margin=2;
overflow="scroll";
style=XPMenuStyle;

aI("text=Administrative Bodies;url=/TR/EN/administrativebodies.htm;");
aI("text=Departments;url=/TR/EN/departments.htm;");
aI("text=Organization Charts;url=/TR/EN/organization.htm;");
}

with(milonic=new menuname("mMembers")){
margin=2;
overflow="scroll";
style=XPMenuStyle;

aI("text=Member Search;url=/TR/EN/Members/membersearch.aspx;");
aI("text=Profession Groups;url=/TR/EN/Members/groups.aspx;");
}

with(milonic=new menuname("mGuide")){
margin=2;
overflow="scroll";
style=XPMenuStyle;

aI("text=Foreign Direct Investment Law;url=/TR/EN/FDILaw.htm;");
aI("text=Company Establisment;url=/TR/EN/companyestablisment.htm;");
aI("text=Work Permits;url=/TR/EN/workpermits.htm;");
aI("text=Regulations;showmenu=mRegulations;");
aI("text=Road Map To Form A Company;url=/TR/EN/roadmap.htm;");
}

with(milonic=new menuname("mRegulations")){
margin=2;
overflow="scroll";
style=XPMenuStyle;

aI("text=Directives;showmenu=mDirectives;");

}

with(milonic=new menuname("mDirectives")){
margin=2;
overflow="scroll";
style=XPMenuStyle;

aI("text=Directive for Implementation of Foreign Direct Investment Law;url=/TR/EN/ImplementationOfFDILaw.htm;");
aI("text=Directive on the Employment of Foreign Personnel in Foreign Direct Investments;url=/TR/EN/EmploymentOfFP.htm;");

}


drawMenus();


