// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "./____Trinkwasser___NButton_85x20.gif", rollover: "./____Trinkwasser___NRButton_85x20.gif", w: 85, h: 20 },
	"Navigationsschaltfläche2" : { image: "./_______Osmose_NButton_85x20.gif", rollover: "./_______Osmose_NRButton_85x20.gif", w: 85, h: 20 },
	"Navigationsschaltfläche3" : { image: "./_________Gewinnspiel_NButton_85x20_1.gif", rollover: "./_________Gewinnspiel_NRButton_85x20_1.gif", w: 85, h: 20 },
	"Navigationsschaltfläche4" : { image: "./____________Produkte_NButton_85x20.gif", rollover: "./____________Produkte_NRButton_85x20.gif", w: 85, h: 20 },
	"Navigationsschaltfläche5" : { image: "./__Kontakt_NButton_85x20.gif", rollover: "./__Kontakt_NRButton_85x20.gif", w: 85, h: 20 }
};

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


// End Navigation Bars


