// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/auto_generated_images/HOME_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/auto_generated_images/Produkte_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/auto_generated_images/Bandwaage_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/auto_generated_images/CANAL_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/auto_generated_images/FANAL_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/auto_generated_images/FLOCON_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/auto_generated_images/K40___K2O_Nrgi-but2.gif", w: 125, h: 21 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/auto_generated_images/DICHTE_Nrgi-but2.gif", w: 125, h: 21 }
};

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


// End Navigation Bars


