﻿function printAgence()
{ 
    //var location = document.getElementById('printButton').name;
    window.open('print.html', "PrintAgence" ,"menubar=no, status=no, scrollbars=1, menubar=no, resizable=1, width=800px, height=900");
}
