// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar3' , 'NavigationBar3LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar3','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text1','Fly',F_Parm('direction',270,'hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture11','Fly',F_Parm('direction',180,'hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture1','Fly',F_Parm('direction',0,'hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('PictureRollover1' , 'PictureRollover1LYR', 'img', 'Layout',new Array(
	'Page Loaded','PictureRollover1','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',20,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

