// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bildunten' , 'BilduntenLYR', 'img', 'Layout',new Array(
	'Page Loaded','Bildunten','Peek','In From Bottom',0,
	'Transition Ended','Tabelle20','Wipe','In From Top',0,
	'Transition Ended','Logo','Wipe','In From Top',0,
	'Transition Ended','Tabelle19','Wipe','In From Top',0,
	'Clicked','Layout','Go To','./html/aktuelles.html',0),'',0);
 	F_OM('Bildlinks' , 'BildlinksLYR', 'img', 'Layout',new Array(
	'Page Loaded','Bildlinks','Peek','In From Left',0,
	'Clicked','Layout','Go To','./html/aktuelles.html',0),'',0);
 	F_OM('Logo' , 'LogoLYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Go To','./html/aktuelles.html',0),'',0);
 	F_OM('Tabelle19' , 'Tabelle19LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Tabelle20' , 'Tabelle20LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#BilduntenA').bind('click', function(__e) { return (F_e('Bildunten', F_CL, __e)); } );
	$('#BildlinksA').bind('click', function(__e) { return (F_e('Bildlinks', F_CL, __e)); } );
});
// End Actions


