// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text89' , 'Text89LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text89','Fly','In From Right',0),'',0);
 	F_OM('Text79' , 'Text79LYR', 'txt', 'Layout',new Array(
	'Hidden','Text79','Fly','In From Top',0),'',0);
 	F_OM('Text81' , 'Text81LYR', 'txt', 'Layout',new Array(
	'Hidden','Text81','Fly','In From Top',0),'',0);
 	F_OM('Text86' , 'Text86LYR', 'txt', 'Layout',new Array(
	'Hidden','Text86','Fly','In From Top',0),'',0);
 	F_OM('Text87' , 'Text87LYR', 'txt', 'Layout',new Array(
	'Hidden','Text87','Fly','In From Top',0),'',0);
 	F_OM('Text90' , 'Text90LYR', 'txt', 'Layout',new Array(
	'Hidden','Text90','Fly','In From Top',0),'',0);
 	F_OM('Text91' , 'Text91LYR', 'txt', 'Layout',new Array(
	'Hidden','Text91','Fly','In From Top',0),'',0);
 	F_OM('Text92' , 'Text92LYR', 'txt', 'Layout',new Array(
	'Hidden','Text92','Fly','Out To Top Right',0),'',0);
 	F_OM('Text94' , 'Text94LYR', 'txt', 'Layout',new Array(
	'Hidden','Text94','Fly','In From Top',0),'',0);
 	F_OM('Text95' , 'Text95LYR', 'txt', 'Layout',new Array(
	'Hidden','Text95','Fly','Out To Bottom',0),'',0);
 	F_OM('Text96' , 'Text96LYR', 'txt', 'Layout',new Array(
	'Hidden','Text96','Fly','In From Top',0),'',0);
 	F_OM('Text307' , 'Text307LYR', 'txt', 'Layout',new Array(
	'Hidden','Text307','Fly','In From Top',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


