// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich7' , 'LayoutBereich7LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'LayoutBereich7',null,'',0);
 
		F_OM('Bild12' , 'Bild12LYR', 'img', 'LayoutBereich7',new Array(
		'Clicked','Bild12','Peek','Out To Top',0),'',0);
 		F_OM('Bild24' , 'Bild24LYR', 'img', 'LayoutBereich7',null,'',0);
 
		F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'LayoutBereich7',null,'',0);
 
	F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild12A').bind('click', function(__e) { return (F_e('Bild12', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltfläche1" : { image: "./assets/images/autogen/_Henden22.gif", rollover: "./assets/images/autogen/_HRenden22.gif", w: 143, h: 8 },
	"Navigationsschaltfläche2" : { image: "./assets/images/autogen/Home_Hregular_1_2.gif", rollover: "./assets/images/autogen/Home_HRregularRollover_1_2.gif", w: 141, h: 25 },
	"Navigationsschaltfläche3" : { image: "./assets/images/autogen/Die_Teamer_Nregular_1_2.gif", rollover: "./assets/images/autogen/Die_Teamer_NRregularRollover_1_2.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"Navigationsschaltfläche9" : { image: "./assets/images/autogen/Judith_Hahn_Nregular_1.gif", rollover: "./assets/images/autogen/Judith_Hahn_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche10" : { image: "./assets/images/autogen/Kolja_Kaldun_Nregular_1.gif", rollover: "./assets/images/autogen/Kolja_Kaldun_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche4" : { image: "./assets/images/autogen/Angebote_Nregular_1_2.gif", rollover: "./assets/images/autogen/Angebote_NRregularRollover_1_2.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"Navigationsschaltfläche11" : { image: "./assets/images/autogen/Trainerprasenz_Nregular_1.gif", rollover: "./assets/images/autogen/Trainerprasenz_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche12" : { image: "./assets/images/autogen/Zauberseminar_Nregular_1.gif", rollover: "./assets/images/autogen/Zauberseminar_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche13" : { image: "./assets/images/autogen/Anti-Mobbing_Nregular_1.gif", rollover: "./assets/images/autogen/Anti-Mobbing_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltfläche5" : { image: "./assets/images/autogen/Links_Nregular_1_2.gif", rollover: "./assets/images/autogen/Links_NRregularRollover_1_2.gif", w: 141, h: 25 },
	"Navigationsschaltfläche6" : { image: "./assets/images/autogen/Kontakt_Nregular_1_2.gif", rollover: "./assets/images/autogen/Kontakt_NRregularRollover_1_2.gif", w: 141, h: 25 },
	"Navigationsschaltfläche7" : { image: "./assets/images/autogen/Impressum_Nregular_1_2.gif", rollover: "./assets/images/autogen/Impressum_NRregularRollover_1_2.gif", w: 141, h: 25 },
	"Navigationsschaltfläche8" : { image: "./assets/images/autogen/_Nunten_1.gif", rollover: "./assets/images/autogen/_NRunten_1.gif", w: 143, h: 8 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste1", rollover: true, autoClose: true });
	$("#Navigationsleiste1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#Navigationsleiste1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#Navigationsleiste1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#Navigationsleiste1 ul").hide();
});


// End Navigation Bars

