// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Text3' , 'Text3LYR', 'txt', 'LayoutRegion1',new Array(
		'Page Loaded','Text3','Show','',0),'',0);
 		F_OM('Picture3' , 'Picture3LYR', 'img', 'LayoutRegion1',null,'',0);
 
		F_OM('Picture2' , 'Picture2LYR', 'img', 'LayoutRegion1',null,'',0);
 
		F_OM('Table2' , 'Table2LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Table3' , 'Table3LYR', 'lyr', 'LayoutRegion2',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

