// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "./GSM_UMTS_24_x_6_x_4_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche2" : { image: "./GSM_21x7x3_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche3" : { image: "./GSM_30x6x5_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche4" : { image: "./GSM_31x6x3_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche5" : { image: "./GSM_34x7x1_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche6" : { image: "./GSM_30x5x5_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche7" : { image: "./GSM_UMTS_42x16x2_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche8" : { image: "./GSM_UMTS_75x25x2_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche9" : { image: "./GPS_GSM_80x74_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche10" : { image: "./GSM_GPS_77_dia._Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche11" : { image: "./GSM_window_72x25_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche12" : { image: "./GSM_window_123x11_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche13" : { image: "./GSM_magnetic_71x29_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche14" : { image: "./GSM_roof_67x29_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche15" : { image: "./GSM_Direct_162x142_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche16" : { image: "./GSM_outdoor_298x17_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche17" : { image: "./GSM_outdoor_189x16_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche18" : { image: "./GSM_stubby_54x13_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche19" : { image: "./GSM_61x10_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche20" : { image: "./GSM_portable_53x10_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche21" : { image: "./GPS_antenna_38x34_Np1-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche22" : { image: "./GPS_antenna_patch_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äche23" : { image: "./Home_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche24" : { image: "./Products_Hs3a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche25" : { image: "./Tech._Info_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche26" : { image: "./Imprint_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche27" : { 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äche28" : { image: "./GSM_modem_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche29" : { image: "./GPS_module_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche30" : { image: "./Antennas_Hs3a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche31" : { image: "./Coaxial_cable_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche32" : { image: "./GSM_TechTalk_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche33" : { image: "./M2M_Apps_Ns1a_1.gif", w: 90, h: 16 },
	"Navigationsschaltfläche34" : { 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

