// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text517' , 'Text517LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text517','Peek',F_Parm('direction',0,'hide','Show','duration',30,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Text518' , 'Text518LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text518','Peek','In From Bottom',1),'',0);
 	F_OM('Text520' , 'Text520LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text520','Peek',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

