// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild3' , 'Bild3LYR', 'img', 'Layout',new Array(
	'Clicked','Bild3','Hide','',0,
	'Clicked','Text1','Move To',F_Parm('x',170,'y',150,'duration',1,'inDuration',0,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','openpopup_2df1(\' ./html/startseite.html \') ',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text1','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild3A').bind('click', function(__e) { return (F_e('Bild3', F_CL, __e)); } );
});
// End Actions


