// 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('Bild11' , 'Bild11LYR', 'img', 'LayoutBereich1',new Array(
		'Page Loaded','Bild11','Iris',F_Parm('hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('Tabelle1' , 'Tabelle1LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


