// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Rechteck1' , 'Rechteck1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rechteck1','Iris',F_Parm('hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Transition Ended','Bild49','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Transition Ended','Bild50','Fly',F_Parm('direction',270,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild49' , 'Bild49LYR', 'img', 'Layout',null,'',0);
 	F_OM('Bild50' , 'Bild50LYR', 'img', 'Layout',new Array(
	'Motion Ended','GALERIE','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','BOEHNER','Fly',F_Parm('direction',270,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('GALERIE' , 'GALERIELYR', 'txt', 'Layout',null,'',0);
 	F_OM('BOEHNER' , 'BOEHNERLYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


