// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Motion Started','Layout','Fly','In From Top',0,
	'Shown','Bild5','Wipe','Out To Bottom',1));
	F_OM('Bild3' , 'Bild3LYR', 'img', 'Layout',null,'',0);
 	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Bild5' , 'Bild5LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text375' , 'Text375LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text376' , 'Text376LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text373' , 'Text373LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text374' , 'Text374LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Bild2' , 'Bild2LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text367' , 'Text367LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


