function drawQrCode(codeValue){
element = document.getElementById('qrCodPng'); 
element.src = '/QRCOD/?dza='+codeValue;
}

