// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture18' , 'Picture18LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture18','Fly','In From Left',0),'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture19','Fly','In From Top',0),'',0);
 	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture20','Fly','In From Right',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture19A').bind('mouseover', function(__e) { return (F_e('Picture19', F_MV, __e)); } );
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture18A').bind('mouseover', function(__e) { return (F_e('Picture18', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave5").media({ width: 584, height: 67,
		src: '../assets/applets/servicepro.swf', flashVersion: '5,0,0,0',
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Shockwave8").media({ width: 584, height: 384,
		src: '../assets/applets/services.swf', flashVersion: '5,0,0,0',
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
$(document).ready(
function() {
	$("#Shockwave7").media({ width: 584, height: 99,
		src: '../assets/applets/partenaire.swf', flashVersion: '5,0,0,0',
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


