

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#395077";
oncolor="#FFFFFF";
offbgcolor="#ffb300";
offcolor="#002652";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=0;
fontsize=12;
fontstyle="normal";
fontfamily=" Arial,Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
}

with(milonic=new menuname("about")){
openstyle="up";
style=menuStyle;
aI("itemheight=25;status=Our Logo;text=&nbsp;&nbsp;Our Logo;url=../ABOUT/abo_logo.asp;");
aI("target=_top;itemwidth=230;itemheight=25;status=Our History;text=&nbsp;&nbsp;Our History;url=../ABOUT/default.asp;");
aI("target=_top;itemheight=25;status=Our Mission;text=&nbsp;&nbsp;Our Mission;url=../ABOUT/abo_misyon.asp;");
aI("target=_top;itemheight=25;status=Our Services;text=&nbsp;&nbsp;Our Services;url=../ABOUT/abo_faaliyet.asp;");
aI("target=_top;itemheight=25;status=Our Quality Policy;text=&nbsp;&nbsp;Our Quality Policy;url=../ABOUT/abo_kalite.asp;");
aI("target=_top;itemheight=25;status=Human Resources;text=&nbsp;&nbsp;Human Resources;url=../ABOUT/abo_ik.asp;");
aI("target=_top;itemheight=25;status=News and Announcements;text=&nbsp;&nbsp;News and Announcements;url=../ABOUT/abo_haber.asp;");
aI("target=_top;itemheight=25;status=Ernak Facilities;text=&nbsp;&nbsp;Ernak Facilities;url=../ABOUT/abo_tesisler.asp;");
}

with(milonic=new menuname("service")){
openstyle="up";
style=menuStyle;
aI("target=_top;itemheight=25;status=Spare Parts;text=&nbsp;&nbsp;Spare Parts;url=../SERVICES/ser_products.asp;");
aI("target=_top;itemwidth=230;itemheight=25;status=Superstructure Systems;text=&nbsp;&nbsp;Superstructure Systems;url=../SERVICES/ser_ust.asp;");
aI("target=_top;itemwidth=230;itemheight=25;status=Service;text=&nbsp;&nbsp;Service;url=../SERVICES/default.asp;");
aI("target=_top;itemheight=25;status=Scraper Paint Facilities;text=&nbsp;&nbsp;Scraper Paint Facilities;url=../SERVICES/ser_raspa.asp;");
//aI("target=_top;itemheight=25;status=Trailer Garage;text=&nbsp;&nbsp;Trailer Garage;url=../SERVICES/ser_garaj.asp;");
}

with(milonic=new menuname("contact")){
openstyle="up";
style=menuStyle;
aI("target=_top;itemwidth=230;itemheight=25;status=Contact Information;text=&nbsp;&nbsp;Contact Information;url=../CONTACT/default.asp;");
aI("target=_top;itemheight=25;status=Contact Form;text=&nbsp;&nbsp;Contact Form;url=../CONTACT/con_form.asp;");
}

with(milonic=new menuname("online")){
openstyle="up";
style=menuStyle;
aI("target=_top;itemwidth=230;itemheight=25;status=Vehicle Tracking Program;text=&nbsp;&nbsp;Vehicle Tracking Program;url=../CLIENT/login.asp;");
aI("target=_top;itemheight=25;status=Order Spare Parts;text=&nbsp;&nbsp;Order Spare Parts;url=http://satis.ernak.com.tr;");
}

drawMenus();
