function openMap()
{
  aWnd = window.open('#', 'wnd_map','scrollbars, resizable, top=150, left=180, width=780, height=620');
  aWnd.focus();
  void(0);
}

function openFirmCard(org_id)
{
  aWnd = window.open('#', 'wnd_firmcard'+org_id,'scrollbars, resizable, top=230, left=270, width=985, height=620');
  aWnd.focus();
  void(0);
}
