// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Component2' , 'Component2LYR', 'lyr', 'Layout',new Array(
	'Mouse Over','Picture1','Show','',0),'',0);
 	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Shown','Text1','Show','',0),'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Shown','NavigationBar2','Show','',0),'',0);
 	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Component2LYR').bind('mouseover', function(__e) { return (F_e('Component2', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 1024, height: 112,
		src: '../assets/applets/bandeau_aborder_le_changement.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Flash3").media({ width: 983, height: 400,
		src: '../assets/applets/investigation_a.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

