// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Show','',0,
	'Page Loaded','Text2','Move To',F_Parm('x',300,'y',125,'duration',200,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','Text2','Hide','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


