// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Text5' , 'Text5LYR', 'txt', 'LayoutBereich1',new Array(
		'Page Loaded','Text5','Fly','In From Left',0),'',0);
 
			F_OM('Bild8' , 'Bild8LYR', 'img', 'Text5',new Array(
			'Page Loaded','Bild8','Fly','In From Right',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

