// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture28' , 'Picture28LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('PolygonHotspot1' , 'poly', 'Picture28',new Array(
		'Clicked','ballon-envol','Show','',0,
		'Clicked','ballon-envol','Move To',F_Parm('x',450,'y',-100,'duration',60,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
		'Clicked','Layout','Go To','javascript:;',0),396,207,388,151,420,74,454,50,489,39,529,40,562,52,592,76,611,115,621,143,615,183,594,234,513,273,491,270);
	F_OM('ballon-envol' , 'ballon-envolLYR', 'img', 'Layout',new Array(
	'Motion Ended','Layout','Go To URL',F_Parm('URL','./html/accueil.html','Target Frame','This','Other Target',''),0),'',0);
 
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PolygonHotspot1').bind('click', function(__e) { return (F_e('PolygonHotspot1', F_CL, __e)); } );
});
// End Actions


