// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','SeiteGeladen','',0,
	'Page Loaded','Layout','Delay',F_Parm('action','Pause100ms','delay',1,'continuous',false),0,
	'Pause100ms','Sonne','Iris',F_Parm('hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','SonneGeladen'),0,
	'SeiteGeladen','UnserAngebot','UnserAngebot','',0));
	F_OM('Sonne' , 'SonneLYR', 'img', 'Layout',new Array(
	'SonneGeladen','INAYO','Show','',0,
	'SonneGeladen','Sonne','Pause100ms','',0,
	'Pause100ms','Sonne','Delay',F_Parm('action','Pause200ms','delay',1,'continuous',false),0,
	'Pause200ms','Yogaschule','Show','',0,
	'SonneGeladen','Willkommen','Willkommen','',0,
	'Clicked','Layout','Go To','./html/home.html',0),'',0);
 	F_OM('INAYO' , 'INAYOLYR', 'img', 'Layout',null,'',0);
 	F_OM('Yogaschule' , 'YogaschuleLYR', 'img', 'Layout',null,'',0);
 	F_OM('Kontakt' , 'KontaktLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/kontakt.html',0),'',0);
 	F_OM('UnserAngebot' , 'UnserAngebotLYR', 'img', 'Layout',new Array(
	'UnserAngebot','UnserAngebot','Delay',F_Parm('action','Pause100ms','delay',7,'continuous',false),0,
	'Pause100ms','UnserAngebot','Wipe',F_Parm('direction',270,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','UnsereSchule'),0,
	'UnsereSchule','UnsereSchule','Wipe',F_Parm('direction',315,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','UnsereSchule'),0,
	'Clicked','Layout','Go To','./html/unser_angebot.html',0),'',0);
 	F_OM('UnsereSchule' , 'UnsereSchuleLYR', 'img', 'Layout',new Array(
	'UnsereSchule','WasIstYoga','Wipe',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','WasIstYoga'),0,
	'Clicked','Layout','Go To','./html/unsere_schule.html',0),'',0);
 	F_OM('WasIstYoga' , 'WasIstYogaLYR', 'img', 'Layout',new Array(
	'WasIstYoga','UnsereStudios','Wipe',F_Parm('direction',45,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message','UnsereStudios'),0,
	'Clicked','Layout','Go To','./html/was_ist_yoga.html',0),'',0);
 	F_OM('UnsereStudios' , 'UnsereStudiosLYR', 'img', 'Layout',new Array(
	'UnsereStudios','Kontakt','Wipe',F_Parm('direction',90,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/unsere_studios.html',0),'',0);
 	F_OM('Willkommen' , 'WillkommenLYR', 'img', 'Layout',new Array(
	'Willkommen','Willkommen','Delay',F_Parm('action','Pause200ms','delay',3,'continuous',false),0,
	'Pause200ms','Willkommen','Wipe','In From Left',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#SonneA').bind('click', function(__e) { return (F_e('Sonne', F_CL, __e)); } );
	$('#UnserAngebotA').bind('click', function(__e) { return (F_e('UnserAngebot', F_CL, __e)); } );
	$('#UnsereSchuleA').bind('click', function(__e) { return (F_e('UnsereSchule', F_CL, __e)); } );
	$('#WasIstYogaA').bind('click', function(__e) { return (F_e('WasIstYoga', F_CL, __e)); } );
	$('#UnsereStudiosA').bind('click', function(__e) { return (F_e('UnsereStudios', F_CL, __e)); } );
});
// End Actions


