// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./Uber_mich_NLaFleurButton.gif", rollover: "./Uber_mich_NRLaFleurButtonOn.gif", w: 100, h: 40 },
	"Navigationsschaltflaeche2" : { image: "./Schreibkunst_NLaFleurButton.gif", rollover: "./Schreibkunst_NRLaFleurButtonOn.gif", w: 100, h: 40 },
	"Navigationsschaltflaeche3" : { image: "./Malkunst_NLaFleurButton.gif", rollover: "./Malkunst_NRLaFleurButtonOn.gif", w: 100, h: 40 },
	"Navigationsschaltflaeche4" : { image: "./Bildentstehung_NLaFleurButton.gif", rollover: "./Bildentstehung_NRLaFleurButtonOn.gif", w: 100, h: 40 },
	"Navigationsschaltflaeche5" : { image: "./Impressum_NLaFleurButton.gif", rollover: "./Impressum_NRLaFleurButtonOn.gif", w: 100, h: 40 },
	"Navigationsschaltflaeche6" : { image: "./Links_NLaFleurButton.gif", rollover: "./Links_NRLaFleurButtonOn.gif", w: 100, h: 40 }
};

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


// End Navigation Bars

