// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild1' , 'Bild1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild1','Wipe','In From Left',0),'',0);
 	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste8' , 'Navigationsleiste8LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste2"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/Sprechtechnik_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Sprechtechnik_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/__Prasentation_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/__Prasentation_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Carola_Wegerle_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Carola_Wegerle_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Kontakt_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Kontakt_NRsprechtechnik-but.gif", w: 153, h: 24 }
};

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

ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Referenzen_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Referenzen_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Seminare_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Seminare_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Empfehlungen_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Empfehlungen_NRsprechtechnik-but.gif", w: 153, h: 24 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/Buchtipps_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Buchtipps_NRsprechtechnik-but.gif", w: 153, h: 24 }
};

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

ButtonsImageMapping["Navigationsleiste8"] = {
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Publikationen_Nsprechtechnik-but.gif", rollover: "./assets/images/autogen/Publikationen_NRsprechtechnik-but.gif", w: 153, h: 24 }
};

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


// End Navigation Bars

