/* MARKETING OPERATIONNEL */
/**************************/

function Map() {

	/* DOSSIERS */
	showMap = new Fx.Morph($('outilsplan'), {
		duration: 600,
		wait: false,
		link: 'cancel'
		//transition: Fx.Transitions.Quart.easeInOut
	}) ;

	showMap.start({
		'opacity': 1
	});
}

window.addEvent('domready', function() {
	Map();
});
//google.setOnLoadCallback(OnLoad) ;
