// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('MehrfachLayoutBereich1' , 'MehrfachLayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
	F_OM('Bild550' , 'Bild550LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich1','Switch To','LayoutBereich2',0),'',0);
 
	F_OM('Bild567' , 'Bild567LYR', 'img', 'Layout',new Array(
	'Clicked','MehrfachLayoutBereich1','Switch To','LayoutBereich3',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild550A').bind('click', function(__e) { return (F_e('Bild550', F_CL, __e)); } );
	$('#Bild567A').bind('click', function(__e) { return (F_e('Bild567', F_CL, __e)); } );
});
// End Actions

