function showGmap() {
	$("#gmap").html('<iframe width="380" height="346" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/maps?source=embed&amp;q=24,+Bd.+Paul+Vaillant-Couturier+94200+Ivry+sur+Seine+&amp;ie=UTF8&amp;hq=&amp;hnear=24+Boulevard+Paul+Vaillant-Couturier,+94200+Ivry-sur-Seine,+Val-de-Marne,+Ile-de-France&amp;ll=48.826475,2.396564&amp;spn=0.019551,0.03253&amp;z=14&amp;output=embed"></iframe>');
	$("#gmap").show();
}

function hideGmap() {
	$("#gmap").html("&nbsp;");
	$("#gmap").hide();
}
