// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('commentaires' , 'commentairesLYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('texte' , 'texteLYR', 'txt', 'commentaires',null,'',0);
 			F_OM('slogan' , 'sloganLYR', 'img', 'commentaires',new Array(
			'Clicked','texte','Peek',F_Parm('direction',0,'hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#sloganA').bind('click', function(__e) { return (F_e('slogan', F_CL, __e)); } );
});
// End Actions


