// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild4' , 'Bild4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild4','Fly','In From Right',0,
	'Motion Ended','Text7','Fly','In From Left',0),'',0);
 	F_OM('Text7' , 'Text7LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text8','Fly','In From Left',0),'',0);
 	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text9','Fly','In From Right',0),'',0);
 	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Bild5','Fly','In From Left',0),'',0);
 	F_OM('Bild5' , 'Bild5LYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

