$().ready(function() { $('#sitesLayer').jqm().jqDrag('#siteHandle'); });
$().ready(function() { $('#ecograLayer').jqm().jqDrag('#handle'); });

function ShowSitesDialog()
{
  $('#sitesLayer').jqmShow();
}

function ShowEcograDialog()
{
  $('#ecograLayer').jqmShow();
}
