// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'LayoutBereich2',null,'',0);
 
			F_OM('Flash4' , 'Flash4LYR', 'lyr', 'LayoutBereich1',new Array(
			'Page Loaded','Flash4','Show','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash4").media({ width: 560, height: 560,
		src: './assets/applets/Intro_ohne_Weiterleitung.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


