// JavaScript Document
function localisationAgenceur(url){
    var w = window.open(url,'googlemap','width=780,height=700');
}
