// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('green' , 'greenLYR', 'img', 'Layout',new Array(
	'Page Loaded','green','Fly','In From Bottom Left',0),'',0);
 	F_OM('yellow' , 'yellowLYR', 'img', 'Layout',new Array(
	'Page Loaded','yellow','Fly','In From Top Right',0,
	'Motion Ended','Picture13','Show','',0,
	'Motion Ended','yellow','Hide','',0),'',0);
 	F_OM('red' , 'redLYR', 'img', 'Layout',new Array(
	'Page Loaded','red','Fly','In From Top Left',0),'',0);
 	F_OM('laven' , 'lavenLYR', 'img', 'Layout',new Array(
	'Page Loaded','laven','Fly','In From Bottom Right',0,
	'Motion Ended','Picture16','Show','',0,
	'Motion Ended','laven','Hide','',0),'',0);
 	F_OM('blue' , 'blueLYR', 'img', 'Layout',new Array(
	'Page Loaded','blue','Fly','In From Top',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture4','Fly','In From Bottom',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture10','Fly','In From Top',0,
	'Motion Ended','Picture17','Show','',0),'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture11','Fly','In From Bottom',0),'',0);
 	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Picture13' , 'Picture13LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Picture17' , 'Picture17LYR', 'img', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


