// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture21','Bring To Front','',0,
	'Page Loaded','Picture21','Move By',F_Parm('x',290,'y',0,'duration',10,'inDuration',5,'outDuration',5,'repeat',6,'reverse',true,'message',''),1,
	'Motion Ended','Picture21','Wipe','Out To Bottom',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


