// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text3','Fly',F_Parm('direction',90,'hide','Show','duration',50,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','Text23','Fly',F_Parm('direction',0,'hide','Show','duration',40,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Text23' , 'Text23LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

