// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltfläche1" : { image: "./GSM_2G_2G__Antennas_Ns9a.gif", rollover: "./GSM_2G_2G__Antennas_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche2" : { image: "./GPS___Combo__Antennas_Ns9a.gif", rollover: "./GPS___Combo__Antennas_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche3" : { image: "./Customised__Antennas_Ns9a.gif", rollover: "./Customised__Antennas_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche4" : { image: "./Coaxial__Cable_Ns9a.gif", rollover: "./Coaxial__Cable_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche5" : { image: "./GPS_tracking__locating_Ns9a.gif", rollover: "./GPS_tracking__locating_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche6" : { image: "./About_us__Imprint_Ns9a.gif", rollover: "./About_us__Imprint_NRs9a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche7" : { image: "./Contact___Ns9a.gif", rollover: "./Contact___NRs9a.gif", w: 85, h: 26 }
};

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

ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltfläche8" : { image: "./GSM_2G_3G__Modules_Ns8a.gif", rollover: "./GSM_2G_3G__Modules_NRs8a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche9" : { image: "./GPS__Module_Ns8a.gif", rollover: "./GPS__Module_NRs8a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche10" : { image: "./2G_3G_4G__GPSModem_Ns8a.gif", rollover: "./2G_3G_4G__GPSModem_NRs8a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche11" : { image: "./Hints___Tips__White_Papers_Ns8a.gif", rollover: "./Hints___Tips__White_Papers_NRs8a.gif", w: 85, h: 26 },
	"Navigationsschaltfläche12" : { image: "./M2M_Blog__Daily_News_Ns8a.gif", rollover: "./M2M_Blog__Daily_News_NRs8a.gif", w: 85, h: 26 }
};

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

ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche13" : { image: "./GSM_UMTS_24_x_6_x_4_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche14" : { image: "./GSM_21x7x3_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche15" : { image: "./GSM_30x6x5_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche16" : { image: "./GSM_31x6x3_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche17" : { image: "./GSM_34x7x1_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche18" : { image: "./GSM_30x5x5_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche19" : { image: "./GSM_UMTS_42x16x2_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche20" : { image: "./GSM_UMTS_75x25x2_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche21" : { image: "./GSM_window_72x25_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche22" : { image: "./GSM_outdoor_298x17_Hp3-n_1.gif", w: 173, h: 16 },
	"Navigationsschaltfläche23" : { image: "./GSM_window_123x11_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche24" : { image: "./GSM_magnetic_71x29_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche25" : { image: "./GSM_roof_67x29_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche26" : { image: "./GSM_Direct_162x142_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche27" : { image: "./GSM_outdoor_189x16_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche28" : { image: "./GSM_stubby_54x13_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche29" : { image: "./GSM_61x10_Np1-n.gif", w: 173, h: 16 },
	"Navigationsschaltfläche30" : { image: "./GSM_portable_53x10_Np1-n.gif", w: 173, h: 16 }
};

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


// End Navigation Bars


