function LoadMerchantDetails(ID)
 {
  window.location.href = "merchant_details.php?id=" + ID;
  // document.getElementById("SearchResults").src = 
 }
