// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Picture6','Fly','In From Top',0,
	'Page Loaded','Text1','Fly','In From Right',0));
	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


