// Begin MultiLayoutRegions
$(document).ready(
function() {
	$('#MehrfachLayoutBereich1LYR').MyTab({ selected: 0, event: 'click', fx: {opacity: 'toggle', duration: 'fast'} });
	$('#MehrfachLayoutBereich6LYR').MyAcc({active: 0, alwaysOpen: false, header: '.head', autoheight: false, animated: 'slide'});
	$('#MehrfachLayoutBereich5LYR').MyAcc({active: 0, alwaysOpen: false, header: '.head', autoheight: false, animated: 'slide'});
	$('#MehrfachLayoutBereich3LYR').MyAcc({active: 0, alwaysOpen: false, header: '.head', autoheight: false, animated: 'slide'});
	$('#MehrfachLayoutBereich2LYR').MyAcc({active: 4, alwaysOpen: false, header: '.head', autoheight: false, animated: 'slide'});
}
);
// End MultiLayoutRegions

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


