// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild366' , 'Bild366LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich4','Switch To','LayoutBereich11',0),'',0);
 	F_OM('Bild367' , 'Bild367LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich4','Switch To','LayoutBereich10',0),'',0);
 	F_OM('Bild368' , 'Bild368LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich4','Switch To','LayoutBereich12',0),'',0);
 	F_OM('Bild369' , 'Bild369LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich4','Switch To','LayoutBereich13',0),'',0);
 	F_OM('Bild370' , 'Bild370LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich4','Switch To','LayoutBereich14',0),'',0);
 
	F_OM('MehrfachLayoutBereich4' , 'MehrfachLayoutBereich4LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich10' , 'LayoutBereich10LYR', 'lyr', 'MehrfachLayoutBereich4',null,'',0);
 
		F_OM('LayoutBereich11' , 'LayoutBereich11LYR', 'lyr', 'MehrfachLayoutBereich4',null,'',0);
 
		F_OM('LayoutBereich12' , 'LayoutBereich12LYR', 'lyr', 'MehrfachLayoutBereich4',null,'',0);
 
		F_OM('LayoutBereich13' , 'LayoutBereich13LYR', 'lyr', 'MehrfachLayoutBereich4',null,'',0);
 
		F_OM('LayoutBereich14' , 'LayoutBereich14LYR', 'lyr', 'MehrfachLayoutBereich4',null,'',0);
 
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild367A').bind('click', function(__e) { return (F_e('Bild367', F_CL, __e)); } );
	$('#Bild366A').bind('click', function(__e) { return (F_e('Bild366', F_CL, __e)); } );
	$('#Bild368A').bind('click', function(__e) { return (F_e('Bild368', F_CL, __e)); } );
	$('#Bild369A').bind('click', function(__e) { return (F_e('Bild369', F_CL, __e)); } );
	$('#Bild370A').bind('click', function(__e) { return (F_e('Bild370', F_CL, __e)); } );
});
// End Actions

