// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text84' , 'Text84LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('TierB' , 'TierBLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/seminare.html',0),'',0);
 	F_OM('MenschB' , 'MenschBLYR', 'img', 'Layout',new Array(
	'Page Loaded','MenschB','Iris',F_Parm('hide','Show','duration',40,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','NaturB','Iris',F_Parm('hide','Show','duration',36,'inDuration',5,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Page Loaded','TierB','Iris',F_Parm('hide','Show','duration',22,'inDuration',3,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','./html/wer.html',0),'',0);
 	F_OM('NaturB' , 'NaturBLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/natur.html',0),'',0);
 	F_OM('Navigationsleiste65' , 'Navigationsleiste65LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#MenschBA').bind('click', function(__e) { return (F_e('MenschB', F_CL, __e)); } );
});
// End Actions

