// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
		F_OM('LayoutRegion4' , 'LayoutRegion4LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
			F_OM('Picture9' , 'Picture9LYR', 'img', 'LayoutRegion4',new Array(
			'Clicked','carte','Show','',0,
			'Clicked','Layout','Go To','javascript:;',0),'',0);
 			F_OM('formulaire' , 'formulaireLYR', 'lyr', 'LayoutRegion4',null,'',0);
 
			F_OM('carte' , 'carteLYR', 'lyr', 'LayoutRegion4',null,'',0);
 
	F_OM('LayoutRegion6' , 'LayoutRegion6LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
});
// End Actions


