﻿


_menuCloseDelay=0           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
//onbgcolor="#191970";
oncolor="#ffffff";
//offbgcolor="#191970";
offcolor="#ffffff";
padding=5;
fontsize="8pt";
fontweight="bold";
fontstyle="bold";
fontfamily="Verdana";
rawcss="line-height:12pt;font-weight:bold";
pagecolor="#ffffff";
pagebgcolor="#191970";
headercolor="#ffffff";
headerbgcolor="#ffffff";
}

with(dynStyle=new mm_style()){
onbgcolor="#191970";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#191970";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana";
rawcss="line-height:12pt;font-weight:bold";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="http://www.kabelschlepp.de/kabeltrax/includes/images/arrowred.gif";
subimagepadding="2";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=81;
menuwidth="790px";
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;KABELTRAX Europe GmbH&nbsp;&nbsp;&nbsp;|;url=http://www.kabelschlepp.de/kabeltrax/html_e/ktx/kabeltrax.htm;showmenu=Kabeltrax");
aI("text=&nbsp;Products&nbsp;&nbsp;&nbsp;|;url=http://www.kabelschlepp.de/kabeltrax/html_e/produkte/einsatz.htm;showmenu=Produkte");
aI("text=&nbsp;Service&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/service/service.htm;showmenu=Service");
}

with(milonic=new menuname("Kabeltrax")){
style=dynStyle;
aI("text=&nbsp;&nbsp;&nbsp;Company&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/ktx/kabeltrax.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Production sites&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/ktx/standorte.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Quality management&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/ktx/qualitaet.htm;");
aI("text=&nbsp;&nbsp;&nbsp;T&Cs&nbsp;&nbsp;&nbsp;;showmenu=AGB;");
aI("text=&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/mail.htm;");
}

with(milonic=new menuname("Produkte")){
style=dynStyle;
aI("text=&nbsp;&nbsp;&nbsp;Cable carriers for the automotive industry&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/produkte/einsatz.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Cable carriers from KABELTRAX&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/produkte/produkte.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Cable carriers in sliding door systems&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/produkte/schiebetueren.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Cable carriers for seat systems&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/produkte/sitzsysteme.htm;");
}

with(milonic=new menuname("AGB")){
style=dynStyle;
aI("text=&nbsp;&nbsp;&nbsp;Conditions of sale&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/agb.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Conditions for purchase&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/agb_einkauf.htm;");
}

with(milonic=new menuname("Service")){
style=dynStyle;
aI("text=&nbsp;&nbsp;&nbsp;Request information&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/service/info.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Download area&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/service/download.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Press releases&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/service/presse.htm;");
aI("text=&nbsp;&nbsp;&nbsp;Helpdesk&nbsp;&nbsp;&nbsp;;url=http://www.kabelschlepp.de/kabeltrax/html_e/service/helpdesk.htm;");
}

drawMenus();

