// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Bild14' , 'Bild14LYR', 'img', 'LayoutBereich1',new Array(
		'Transition Ended','Bild16','Wipe',F_Parm('direction',180,'hide','Show','duration',3,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('Bild16' , 'Bild16LYR', 'img', 'LayoutBereich1',new Array(
		'Transition Ended','PictureRollover8','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('LayoutBereich3' , 'LayoutBereich3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('PictureRollover8' , 'PictureRollover8LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','PictureRollover9','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('PictureRollover9' , 'PictureRollover9LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','PictureRollover10','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('PictureRollover10' , 'PictureRollover10LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','PictureRollover2','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('PictureRollover2' , 'PictureRollover2LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','PictureRollover11','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('PictureRollover11' , 'PictureRollover11LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','PictureRollover12','Iris',F_Parm('hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 		F_OM('PictureRollover12' , 'PictureRollover12LYR', 'img', 'LayoutBereich3',new Array(
		'Transition Ended','Bild17','Hide','',0),'',0);
 		F_OM('Bild17' , 'Bild17LYR', 'img', 'LayoutBereich3',new Array(
		'Clicked','Bild14','Wipe',F_Parm('direction',0,'hide','Show','duration',2,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild17A').bind('click', function(__e) { return (F_e('Bild17', F_CL, __e)); } );
});
// End Actions

