// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Tabelle152' , 'Tabelle152LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Bild335' , 'Bild335LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild335','Fly',F_Parm('direction',270,'hide','Show','duration',700,'inDuration',2,'outDuration',2,'repeat',100,'reverse',false,'message',''),0),'',0);
 	F_OM('Tabelle151' , 'Tabelle151LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle180' , 'Tabelle180LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle179' , 'Tabelle179LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


