function gMapPrint(url) {
  var url = url + '&fromAddress=' + document.getElementById("fromAddress").value;
  window.open(url, '_blank', 'width=780,height=650,left=30,top=30,menubar=1,location=no,resizable=yes,scrollbars=yes,toolbar=1,status=no');
}
