function Display_CAPTCHA()
{
  Recaptcha.create("6LcmtgAAAAAAANa1PcJUicnesJn4Wv23HKOd4-ju", "recaptcha_div", 
  {
    theme: "clean",
    // callback: Recaptcha.focus_response_field
  });
}

