// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "./GSM_module_22x22_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche2" : { image: "./GSM__module_30x30_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche3" : { image: "./GSM_module_30x36_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche4" : { image: "./GSM_module_S_30x36_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche5" : { image: "./GSM_GPS_mo._31x41_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche6" : { image: "./GSM_module_44x44_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche7" : { image: "./GSM_GPS_44x44_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche8" : { image: "./UMTS_module_30x36_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche9" : { image: "./3G_modem_GPS_30x45_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche10" : { image: "./3G_modem_30x45_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche11" : { image: "./3G_modem_40x66_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche12" : { image: "./EVK_Wireless_camera_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche13" : { image: "./EVK_GPS_tracker_I_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche14" : { image: "./EVK_GPS_tracker_II_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche15" : { image: "./EVK_GPS_tracker_III_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche16" : { image: "./EVK_Pet_GPS_tracking_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche17" : { image: "./EVK_Pay_As_You_Drive_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche18" : { image: "./EVK_Personal_tracking_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche19" : { image: "./Module_starter_kit_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche20" : { image: "./UMTS_modem_terminal_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche21" : { image: "./GSM_modem_terminal_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche22" : { image: "./GSM_modem___Python_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche23" : { image: "./Python_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche24" : { image: "./EASY_GPRS_Np1-n_1.gif", w: 173, h: 16 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste2", autoClose: false });
	$("#Navigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste2 ul").hide();
});

ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche25" : { image: "./Home_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche26" : { image: "./Products_Hs3a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche27" : { image: "./Tech._Info_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche28" : { image: "./Imprint_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche29" : { image: "./Contact_Ns1a_1.gif", w: 90, h: 16 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", autoClose: false });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste1 ul").hide();
	$("#Navigationsleiste1").css('background-color', '#280088');
	$("#Navigationsleiste1 ul").css('background-color', '#280088');
});

ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche30" : { image: "./GSM_modem_Hs3a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche31" : { image: "./GPS_module_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche32" : { image: "./Antennas_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche33" : { image: "./Coaxial_cable_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche34" : { image: "./GSM_TechTalk_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche35" : { image: "./M2M_Apps_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche36" : { image: "./GPS_tracking_Ns1a_1.gif", w: 90, h: 16 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste3", autoClose: false });
	$("#Navigationsleiste3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste3 ul").hide();
});


// End Navigation Bars

