// 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(
	'Page Loaded','Bild3','Fly','In From Top',0,
	'Clicked','Bild3','StartAnimation',F_Parm('animationName','Animation 1'),0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly','In From Right',0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text4','Fly','In From Left',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild3A').bind('click', function(__e) { return (F_e('Bild3', F_CL, __e)); } );
});
// End Actions

$(document).ready(
function() {
	$.TimelinesManager.setupTimelines([
		{id: "Animation 1", fps: 15, duration: 3400.00, 
		 oList: [
		 {  id: "Bild4", 
		    transitions: [
		     {  prop: 'left', dtype: "css:int", tweens:[ {t0: 0.00, tf: 3200.00, startval: 0, mu: "px", endval: 1, easing: "linear"} ] },
		     {  prop: 'top', dtype: "css:int", tweens:[ {t0: 0.00, tf: 3200.00, startval: 0, mu: "px", endval: -1003, easing: "linear"} ] },
		     {  prop: 'position', dtype: "css:string", tweens:[  ] },
		     {  prop: 'visibility', dtype: "css:string", tweens:[ {t0: 0.00, tf: 66.67, startval: "hidden", endval: "visible", easing: "stepAtEnd"} ] }
		    ], 
		    actions: [
		{t: 0.00, name: 'setProperty', params: {prop: 'position', dtype: '', value: 'absolute'}}    ] 
		 },
		 {  id: "Bild3", 
		    transitions: [
		     {  prop: 'left', dtype: "css:int", tweens:[  ] },
		     {  prop: 'top', dtype: "css:int", tweens:[  ] },
		     {  prop: 'position', dtype: "css:string", tweens:[  ] },
		     {  prop: 'height', dtype: "css:float", tweens:[ {t0: 0.00, tf: 2600.00, startval: 500, endval: 0, easing: "linear"} ] },
		     {  prop: 'width', dtype: "css:float", tweens:[ {t0: 0.00, tf: 2600.00, startval: 1000, endval: 0, easing: "linear"} ] }
		    ], 
		    actions: [
		{t: 0.00, name: 'setProperty', params: {prop: 'left', dtype: 'px', value: 0}}, {t: 0.00, name: 'setProperty', params: {prop: 'top', dtype: 'px', value: 0}}, {t: 0.00, name: 'setProperty', params: {prop: 'position', dtype: '', value: 'absolute'}}    ] 
		 },
		 {  id: "Text1LYR", 
		    transitions: [
		     {  prop: 'left', dtype: "css:int", tweens:[ {t0: 0.00, tf: 2600.00, startval: 285, mu: "px", endval: 285, easing: "linear"} ] },
		     {  prop: 'top', dtype: "css:int", tweens:[ {t0: 0.00, tf: 2600.00, startval: 43, mu: "px", endval: 1231, easing: "linear"} ] },
		     {  prop: 'position', dtype: "css:string", tweens:[  ] },
		     {  prop: 'visibility', dtype: "css:string", tweens:[  ] }
		    ], 
		    actions: [
		{t: 0.00, name: 'setProperty', params: {prop: 'position', dtype: '', value: 'absolute'}}, {t: 2600.00, name: 'setProperty', params: {prop: 'visibility', dtype: '', value: 'hidden'}}    ] 
		 },
		 {  id: "Text4LYR", 
		    transitions: [
		     {  prop: 'left', dtype: "css:int", tweens:[ {t0: 0.00, tf: 2600.00, startval: 279, mu: "px", endval: 267, easing: "linear"} ] },
		     {  prop: 'top', dtype: "css:int", tweens:[ {t0: 0.00, tf: 2600.00, startval: 424, mu: "px", endval: 12, easing: "linear"} ] },
		     {  prop: 'position', dtype: "css:string", tweens:[  ] },
		     {  prop: 'visibility', dtype: "css:string", tweens:[  ] }
		    ], 
		    actions: [
		{t: 0.00, name: 'setProperty', params: {prop: 'position', dtype: '', value: 'absolute'}}, {t: 2600.00, name: 'setProperty', params: {prop: 'visibility', dtype: '', value: 'hidden'}}    ] 
		 }
		 ]
		}
	]);
	$.TimelinesManager.enforceLayout({'Bild4':'Bild4','Bild3':'Bild3','Text1LYR':'Text1LYR','Text4LYR':'Text4LYR'});

}
);
