﻿<!--
function policz() {
document.dodaj.info.value = document.dodaj.tytul.value.length
document.dodaj.info2.value = document.dodaj.opis.value.length
}
//-->