// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar2','Fly','In From Top',0),'',0);
 
	F_OM('Rectangle1' , 'Rectangle1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle1','Fly','In From Left',0),'',0);
 	F_OM('Rectangle2' , 'Rectangle2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Rectangle2','Fly','In From Right',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly','In From Top',0),'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Fly','In From Top',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

