// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Startseite_HCorpPrimHi_1.gif", rollover: "./Startseite_HRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./Kanzleiprofil_NCorpPrim_2.gif", rollover: "./Kanzleiprofil_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./Personalien_NCorpPrim_2.gif", rollover: "./Personalien_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./Qualifikationen_NCorpPrim_2.gif", rollover: "./Qualifikationen_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./Arzthaftung_NCorpPrim_2.gif", rollover: "./Arzthaftung_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./Geburtsschaden_NCorpPrim_2.gif", rollover: "./Geburtsschaden_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./Urteile_und_Aufsatze_NCorpPrim_2.gif", rollover: "./Urteile_und_Aufsatze_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./Patientenschutz_NCorpPrim_2.gif", rollover: "./Patientenschutz_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./Rechtsprechung_NCorpPrim_2.gif", rollover: "./Rechtsprechung_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./Nutzliche_Downloads_NCorpPrim_2.gif", rollover: "./Nutzliche_Downloads_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche11" : { image: "./Wichtige_Links_NCorpPrim_2.gif", rollover: "./Wichtige_Links_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche12" : { image: "./Wegbeschreibung_NCorpPrim_2.gif", rollover: "./Wegbeschreibung_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche13" : { image: "./Kontakt_NCorpPrim_2.gif", rollover: "./Kontakt_NRCorpPrim1_1.gif", w: 120, h: 25 },
	"Navigationsschaltflaeche14" : { image: "./Impressum_NCorpPrim_2.gif", rollover: "./Impressum_NRCorpPrim1_1.gif", w: 120, h: 25 }
};

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


// End Navigation Bars


