// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text4','Fly','In From Bottom Right',0),'',0);
 	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text9','Fly','In From Top',0),'',0);
 
	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text11','Fly','In From Top Left',0),'',0);
 	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text12','Fly','In From Left',0),'',0);
 
	F_OM('Text13' , 'Text13LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text13','Fly','In From Bottom',0),'',0);
 	F_OM('Text14' , 'Text14LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text14','Fly','In From Top Left',0),'',0);
 
	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text15','Fly','In From Top',0),'',0);
 	F_OM('Text16' , 'Text16LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text16','Fly','In From Top Right',0),'',0);
 
	F_OM('Text17' , 'Text17LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text17','Fly','In From Right',0),'',0);
 	F_OM('Text18' , 'Text18LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text18','Fly','In From Bottom Right',0),'',0);
 
	F_OM('Text19' , 'Text19LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text19','Fly','In From Bottom Right',0),'',0);
 	F_OM('Text20' , 'Text20LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text20','Fly','In From Bottom',0),'',0);
 
	F_OM('Text21' , 'Text21LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text21','Fly','In From Top Right',0),'',0);
 	F_OM('Text22' , 'Text22LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text22','Fly','In From Right',0),'',0);
 
	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text5','Fly','In From Left',0),'',0);
 	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text6','Fly','In From Top Left',0),'',0);
 
	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text7','Fly','In From Bottom Left',0),'',0);
 	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text8','Fly','In From Bottom',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Startseite_Hnav1_1.jpg", rollover: "./assets/images/autogen/Startseite_HRnav1_1.jpg", w: 150, h: 30 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/uber_uns_Nnav1_2.jpg", rollover: "./assets/images/autogen/uber_uns_NRnav1_2.jpg", w: 150, h: 30 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Referenzen_Nnav1_2.jpg", rollover: "./assets/images/autogen/Referenzen_NRnav1_2.jpg", w: 150, h: 30 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Service_Nnav1_1.jpg", rollover: "./assets/images/autogen/Service_NRnav1_2.jpg", w: 150, h: 30 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Kontakt_Nnav1_2.jpg", rollover: "./assets/images/autogen/Kontakt_NRnav1_2.jpg", w: 150, h: 30 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Impressum_Nnav1_2.jpg", rollover: "./assets/images/autogen/Impressum_NRnav1_2.jpg", w: 150, h: 30 }
};

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


// End Navigation Bars


