// Begin MultiLayoutRegions
$(document).ready(
function() {
	$('#MehrfachLayoutBereich1LYR').MyTab({ selected: 0, event: 'click', fx: {opacity: 'toggle', duration: 'fast'} });
}
);
// End MultiLayoutRegions

// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('MehrfachLayoutBereich1' , 'MehrfachLayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich8' , 'LayoutBereich8LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
			F_OM('Tabelle7' , 'Tabelle7LYR', 'lyr', 'LayoutBereich8',null,'',0);
 
		F_OM('LayoutBereich7' , 'LayoutBereich7LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
			F_OM('Text34' , 'Text34LYR', 'txt', 'LayoutBereich7',null,'',0);
 
		F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
			F_OM('Text31' , 'Text31LYR', 'txt', 'LayoutBereich6',null,'',0);
 
		F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
			F_OM('Tabelle9' , 'Tabelle9LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle8' , 'Tabelle8LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle10' , 'Tabelle10LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle11' , 'Tabelle11LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle12' , 'Tabelle12LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Tabelle13' , 'Tabelle13LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
		F_OM('LayoutBereich5' , 'LayoutBereich5LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
			F_OM('Tabelle3' , 'Tabelle3LYR', 'lyr', 'LayoutBereich5',null,'',0);
 
	F_OM('Bild8' , 'Bild8LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild8','Fly','In From Left',0),'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly','In From Bottom Left',0),'',0);
 	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Dienstleistungen_Nregular_1_1.gif", rollover: "../assets/images/autogen/Dienstleistungen_NRregular_1_1.gif", w: 113, h: 21 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Organisatorisches_Nregular_1.gif", rollover: "../assets/images/autogen/Organisatorisches_NRregular_1.gif", w: 113, h: 21 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Kontakt_Nregular_1.gif", rollover: "../assets/images/autogen/Kontakt_NRregular_1.gif", w: 113, h: 21 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Links_Nregular_1_1.gif", rollover: "../assets/images/autogen/Links_NRregular_1_1.gif", w: 113, h: 21 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Referenzen_Hregular_2_1.gif", rollover: "../assets/images/autogen/Referenzen_HRregular_3_1.gif", w: 113, h: 21 }
};

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


// End Navigation Bars

