// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Zelle1' , 'Zelle1LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Zelle1','Fly','In From Right',0,
	'Motion Ended','Zelle3','Fly','In From Right',0,
	'Motion Ended','Zelle4','Fly','In From Right',0),'',0);
 
	F_OM('Zelle3' , 'Zelle3LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Zelle4' , 'Zelle4LYR', 'lyr', 'Layout',new Array(
	'Motion Ended','Zelle5','Fly','In From Right',0,
	'Motion Ended','Zelle6','Fly','In From Right',0),'',0);
 
	F_OM('Zelle5' , 'Zelle5LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Zelle6' , 'Zelle6LYR', 'lyr', 'Layout',new Array(
	'Motion Ended','Zelle7','Fly','In From Right',0,
	'Motion Ended','Zelle8','Fly','In From Right',0),'',0);
 
	F_OM('Zelle7' , 'Zelle7LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Zelle8' , 'Zelle8LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


