// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild24' , 'Bild24LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild24','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/verlag.html',0),'',0);
 	F_OM('Bild26' , 'Bild26LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild26','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/dorfblattche.html',0),'',0);
 	F_OM('Bild27' , 'Bild27LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild27','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/sonstiges.html',0),'',0);
 	F_OM('Bild29' , 'Bild29LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild29','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/kontakt.html',0),'',0);
 	F_OM('Bild30' , 'Bild30LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild30','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/link.html',0),'',0);
 	F_OM('AbgerundetesRechteck1' , 'AbgerundetesRechteck1LYR', 'img', 'Layout',new Array(
	'Page Loaded','AbgerundetesRechteck1','Fly','In From Left',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild24A').bind('click', function(__e) { return (F_e('Bild24', F_CL, __e)); } );
	$('#Bild26A').bind('click', function(__e) { return (F_e('Bild26', F_CL, __e)); } );
	$('#Bild27A').bind('click', function(__e) { return (F_e('Bild27', F_CL, __e)); } );
	$('#Bild29A').bind('click', function(__e) { return (F_e('Bild29', F_CL, __e)); } );
	$('#Bild30A').bind('click', function(__e) { return (F_e('Bild30', F_CL, __e)); } );
});
// End Actions


