// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array(	'Motion Started','Layout','Move To',F_Parm('x',0,'y',0,'duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0));	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(	'Page Loaded','Picture3','Fly','In From Top',0),'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

