// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild228' , 'Bild228LYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich22',0),'',0);
 	F_OM('MehrfachLayoutBereich1' , 'MehrfachLayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutBereich22' , 'LayoutBereich22LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich23' , 'LayoutBereich23LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
	F_OM('Bild502' , 'Bild502LYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich23',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild228A').bind('mouseover', function(__e) { return (F_e('Bild228', F_MV, __e)); } );
	$('#Bild502A').bind('mouseover', function(__e) { return (F_e('Bild502', F_MV, __e)); } );
});
// End Actions


