// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich4' , 'LayoutBereich4LYR', 'lyr', 'LayoutBereich3',null,'',0);
 
		F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'LayoutBereich3',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

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


