// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text213' , 'Text213LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text213','Fly',F_Parm('direction',180,'hide','Show','duration',15,'inDuration',15,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
		F_OM('Picture12' , 'Picture12LYR', 'img', 'Text213',new Array(
		'Page Loaded','Picture12','Fly',F_Parm('direction',270,'hide','Show','duration',15,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

