// 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('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich4' , 'LayoutBereich4LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
		F_OM('LayoutBereich5' , 'LayoutBereich5LYR', 'lyr', 'MehrfachLayoutBereich1',null,'',0);
 
	F_OM('Bild333' , 'Bild333LYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich3',0),'',0);
 	F_OM('Bild334' , 'Bild334LYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich4',0),'',0);
 	F_OM('Bild337' , 'Bild337LYR', 'img', 'Layout',new Array(
	'Mouse Over','MehrfachLayoutBereich1','Switch To','LayoutBereich5',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild333A').bind('mouseover', function(__e) { return (F_e('Bild333', F_MV, __e)); } );
	$('#Bild334A').bind('mouseover', function(__e) { return (F_e('Bild334', F_MV, __e)); } );
	$('#Bild337A').bind('mouseover', function(__e) { return (F_e('Bild337', F_MV, __e)); } );
});
// End Actions


