function akceGetNewCaptcha(urlmodul){
  /* var url = urlmodul;
   var timeStamp = "casotisk=" + new Date().getTime();
   var urlPost = url + '?' + timeStamp;
   var postData = "";*/

   // Info box
   ShowAppBox.showBox($('app_work'));

  // var myAjax = new Request({method: 'post', url: urlPost,data:postData,onComplete: resultAkceGetNewCaptcha}).send();
  // $('captcha_img').setProperty('src', '/captcha/');
   $('captcha_img').setProperty('src', '/captcha/captcha/'+(new Date()).getTime()+'/');
   

}
/*
function resultAkceGetNewCaptcha(){
      workAkceGetNewCaptcha(this.response.xml);
}

function workAkceGetNewCaptcha(xmlDoc){

      // Info box
      ShowAppBox.showBox($('app_work'));
      // Indikace zda jsou regiony
      var captchaImg = xmlDoc.getElementsByTagName("captcha_img")[0].firstChild.data;
      //$('captcha_img').set('html', '<img src="/media/images_tmp/'+captchaImg+'" alt="captcha" class="captcha" />');
       $('captcha_img').setProperty('src', '/media/images_tmp/'+captchaImg);

}*/
