// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','Layout','Wipe','In From Left',0));
	F_OM('Picture515' , 'Picture515LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture515','Fly','In From Bottom Left',0,
	'Clicked','body:Layout','Go To','./html/body_studio.html',0),'',0);
 	F_OM('Picture500' , 'Picture500LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture500','Delay',F_Parm('action','','delay',3,'continuous',false),0,
	'Page Loaded','Picture500','Wipe','In From Top',0,
	'Clicked','body:Layout','Go To','./html/body_siko.html',0),'',0);
 	F_OM('Picture501' , 'Picture501LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture501','Delay',F_Parm('action','','delay',3,'continuous',false),0,
	'Page Loaded','Picture501','Iris','In',0,
	'Clicked','body:Layout','Go To','./html/body_aziph.html',0),'',0);
 
	F_OM('Picture530' , 'Picture530LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture530','Fly','In From Bottom Right',0,
	'Clicked','body:Layout','Go To','./html/body_ear.html',0),'',0);
 
	F_OM('Banner2' , 'Banner2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Banner2','Wipe','In From Top',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture530A').bind('click', function(__e) { return (F_e('Picture530', F_CL, __e)); } );
	$('#Picture501A').bind('click', function(__e) { return (F_e('Picture501', F_CL, __e)); } );
	$('#Picture500A').bind('click', function(__e) { return (F_e('Picture500', F_CL, __e)); } );
	$('#Picture515A').bind('click', function(__e) { return (F_e('Picture515', F_CL, __e)); } );
});
// End Actions

