// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text234' , 'Text234LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text234','Fly','In From Top',0),'',0);
 
	F_OM('Text237' , 'Text237LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text237','Fly','In From Bottom',0),'',0);
 	F_OM('Text239' , 'Text239LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text239','Fly','In From Bottom',0),'',0);
 	F_OM('Text240' , 'Text240LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text240','Fly','In From Top',0),'',0);
 	F_OM('Text241' , 'Text241LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text241','Fly','In From Top',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


