// 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','Fly','In From Right',0,
	'Motion Ended','Text3','Peek','In From Top',0),'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',new Array(
	'Transition Ended','Text4','Peek','In From Top',0),'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Transition Ended','Text5','Peek','In From Top',0),'',0);
 	F_OM('Text5' , 'Text5LYR', 'txt', 'Layout',new Array(
	'Transition Ended','Text6','Peek','In From Top',0),'',0);
 	F_OM('Text6' , 'Text6LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

