// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche32" : { image: "./images/GSM_UMTS_24_x_6_x_4_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche33" : { image: "./images/GSM_21x7x3_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche34" : { image: "./images/GSM_30x6x5_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche35" : { image: "./images/GSM_31x6x3_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche36" : { image: "./images/GSM_34x7x1_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche37" : { image: "./images/GSM_UMTS_42x16x2_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche38" : { image: "./images/GSM_UMTS_75x25x2_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche39" : { image: "./images/GPS_GSM_antenna_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche40" : { image: "./images/GSM_GPS_window_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche41" : { image: "./images/GSM_window_I_Np1-n_1.gif", w: 160, h: 25 },
	"Navigationsschaltfläche42" : { image: "./images/Inside_glass_II_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche43" : { image: "./images/GSM_mag._mount_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche44" : { image: "./images/GSM_roof_ant._Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche45" : { image: "./images/Directive_antenna_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche46" : { image: "./images/Stationary_antenna_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche47" : { image: "./images/Stationary_ant._II_Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche48" : { image: "./images/GSM_stubby_ant.__Np1-n.gif", w: 160, h: 25 },
	"Navigationsschaltfläche49" : { image: "./images/GPS_antenna_Hp3-n_1.gif", w: 160, h: 25 }
};

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

ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche50" : { image: "./images/Home_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche51" : { image: "./images/Products_Hs3.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche52" : { image: "./images/Tech._Info_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche53" : { image: "./images/News_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche54" : { image: "./images/Price_list_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche55" : { image: "./images/About_Links_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche56" : { image: "./images/Contact_Ns1.GIF", w: 80, 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äche57" : { image: "./images/GSM_modem_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche58" : { image: "./images/GPS_module_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche59" : { image: "./images/Antennas_Hs3.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche60" : { image: "./images/GSM_features_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche61" : { image: "./images/GSM_tester_Ns1.GIF", w: 80, h: 16 },
	"Navigationsschaltfläche62" : { image: "./images/Car_tracking_Ns1.GIF", w: 80, h: 16 }
};

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


// End Navigation Bars


