// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Logo' , 'LogoLYR', 'img', 'Layout',new Array(
	'Page Loaded','Logo','Fly','In From Top',0,
	'Motion Ended','BalkenOben','Fly','In From Right',0),'',0);
 	F_OM('BalkenOben' , 'BalkenObenLYR', 'img', 'Layout',new Array(
	'Motion Ended','BalkenUnten','Fly','In From Left',0),'',0);
 	F_OM('BalkenUnten' , 'BalkenUntenLYR', 'img', 'Layout',new Array(
	'Motion Ended','BalkenLinks','Fly','In From Bottom',0),'',0);
 	F_OM('BalkenLinks' , 'BalkenLinksLYR', 'img', 'Layout',new Array(
	'Motion Ended','BalkenRechts','Fly','In From Top',0),'',0);
 	F_OM('BalkenRechts' , 'BalkenRechtsLYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


