// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text55' , 'Text55LYR', 'txt', 'Layout',null,'',0);
 
		F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Text55',null,'',0);
 
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Banner1' , 'Banner1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Banner1','Fly','In From Top',0),'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar1','Fly','In From Right',0),'',0);
 
	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture11','Fly','In From Top',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture10','Fly','In From Bottom',0),'',0);
 	F_OM('Table7' , 'Table7LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Table7','Fly','In From Bottom',0),'',0);
 
		F_OM('Cell53' , 'Cell53LYR', 'lyr', 'Table7',new Array(
		'Page Loaded','Cell53','Fly','In From Bottom',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


