/* nastavenie stavu input boxu - enable, disable */
function setState(cID, bState)
{
    document.getElementById(cID).disabled = bState;
}