fc=["#FFFFFF","#FFFFFF"]; // Schriftfarbe Menü 1, ...
fc_o=["#FFFFFF","#B57E4D"]; // Schriftfarbe markiert Menü 1,...
bg=["#292831","#6C684E"]; // Hintergrund Menü 1, Hintergrund Menü 2
bg_o=["#292831","#6C684E"]; // highlight 1. Menü, highlight 2. Menü

menu_2 = [
        [110,0,0], // menu width, x position, y position
        // link order: text, href, font color, font mouseover color, bacground color, background mouseover color, sublinks arrow image, text arrow image, text over arrow image, has sublinks boolean
        ["choose language",                      "",,,,,,,,1]
]

menu_2_1 = [
        [],
        ["English",             "../../english/global%20forwarding/index.html",,,,,,,,0],
		["Deutsch",              "../../german/internationale%20spedition/index.html",,,,,,,,0],
		["Rom&acirc;na",             "../../romania/spedition/index.html",,,,,,,,0],
		["Espa&ntilde;ol",             "../../spain/agencia%20de%20carga/index.html",,,,,,,,0]
]
isIE=(document.all)?true:false;
createLeftNav("2");