// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture2','Fly',F_Parm('direction',90,'hide','Show','duration',12,'inDuration',6,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/turniertermine.html',0),'',0);
 	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture3','Fly',F_Parm('direction',90,'hide','Show','duration',16,'inDuration',10,'outDuration',2,'repeat',1,'reverse',true,'message',''),1,
	'Clicked','Layout','Go To','./html/vereine.html',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture4','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',14,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/neuigkeiten.html',0),'',0);
 
	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture7','Fly',F_Parm('direction',90,'hide','Show','duration',23,'inDuration',22,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/sonstiges.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture2A').bind('click', function(__e) { return (F_e('Picture2', F_CL, __e)); } );
	$('#Picture3A').bind('click', function(__e) { return (F_e('Picture3', F_CL, __e)); } );
	$('#Picture4A').bind('click', function(__e) { return (F_e('Picture4', F_CL, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
});
// End Actions

