// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Bild46' , 'Bild46LYR', 'img', 'Layout',new Array(	'Page Loaded','Bild46','Wipe','In From Top',0),'',0); 	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',null,'',0); 	F_OM('Text16' , 'Text16LYR', 'txt', 'Layout',null,'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

