// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Delay',F_Parm('action','StartVerz','delay',1,'continuous',false),0,
	'StartVerz','LayoutBereich4','Show','',0,
	'StartVerz','TynTec5','Move By',F_Parm('x',-475,'y',0,'duration',35,'inDuration',5,'outDuration',10,'repeat',1,'reverse',false,'message',''),0));
	F_OM('LayoutBereich4' , 'LayoutBereich4LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('TynTec5' , 'TynTec5LYR', 'img', 'LayoutBereich4',new Array(
		'Page Loaded','TynTec5','Save Position','',0),'',0);
 		F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'LayoutBereich4',null,'',0);
 		F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'LayoutBereich4',null,'',0);
 
			F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
		F_OM('Tabelle4' , 'Tabelle4LYR', 'lyr', 'LayoutBereich4',null,'',0);
 
		F_OM('Tabelle2' , 'Tabelle2LYR', 'lyr', 'LayoutBereich4',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


