// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Motion Started','Layout','Fly','In From Top',1));
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture136' , 'Picture136LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('NavigationBar7' , 'NavigationBar7LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


