// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Shown','Picture3','Show','',0,
	'Mouse Over','Picture4','Show','',0),'',0);
 	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture5','Show','',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Shown','Text9','Show','',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Shown','Text10','Show','',0),'',0);
 	F_OM('Text9' , 'Text9LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text10' , 'Text10LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture2','Show','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture6A').bind('mouseover', function(__e) { return (F_e('Picture6', F_MV, __e)); } );
	$('#Picture2A').bind('mouseover', function(__e) { return (F_e('Picture2', F_MV, __e)); } );
	$('#Picture3A').bind('mouseover', function(__e) { return (F_e('Picture3', F_MV, __e)); } );
});
// End Actions

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

