// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text11','Wipe','In From Left',1),'',0);
 	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text12','Wipe','In From Right',1),'',0);
 	F_OM('PhotoGallery33' , 'PhotoGallery33LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('PhotoGallery36' , 'PhotoGallery36LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


