function getCode(fieldId, inputValue)
{
        var field = document.getElementById(fieldId);
        field.value = inputValue;
}
