var imageAdd = document.createElement("img"); imageAdd.src = "images/feedback/image_3.png"; var imageRemove = document.createElement("img"); imageRemove.src = "images/feedback/image_9.png"; var defaultValue = String("Меня зовут..."); var months = new Array(); months[0] = "Январь"; months[1] = "Февраль"; months[2] = "Март"; months[3] = "Апрель"; months[4] = "Май"; months[5] = "Июнь"; months[6] = "Июль"; months[7] = "Август"; months[8] = "Сентябрь"; months[9] = "Октябрь"; months[10] = "Ноябрь"; months[11] = "Декабрь"; var childrens_count = new Number(0); function $(elementId) { return document.getElementById(elementId); } function addCommentAttachmentField() { var div = document.createElement("div"); childrens_count ++; $("feedback_childrens_count").value = childrens_count; monthsSelect = ''; div.innerHTML = '
';
}