function isEmptyString(strValue) { var strTestString = new String(strValue); if ( strValue == null || strTestString.length == 0 ) return true; for (i = 0; i < strTestString.length; i++) if ( strTestString.charAt(i) != ' ' && strTestString.charAt(i) != '\t' && strTestString.charAt(i) != '\n' && strTestString.charAt(i) != '\r' ) return false; return true; } function submitSend() { if ( isEmptyString(document.vopros.p0.value) ) { window.alert("Пожалуйста, заполните поле 'Фамилия Имя Отчество'!"); return; } if ( isEmptyString(document.vopros.p3.value) ) { window.alert("Пожалуйста, заполните поле 'Ваш контактный e-mail'!"); return; } if ( isEmptyString(document.vopros.p6.value) ) { window.alert("Пожалуйста, заполните поле 'Ваш контактный телефон'!"); return; } if ( isEmptyString(document.vopros.p9.value) ) { window.alert("Пожалуйста, заполните поле 'Название фирмы'!"); return; } if ( isEmptyString(document.vopros.p12.value) ) { window.alert("Пожалуйста, заполните поле 'Город'!"); return; } if ( isEmptyString(document.vopros.p15.value) ) { window.alert("Пожалуйста, заполните поле 'Ваша должность'!"); return; } if ( isEmptyString(document.vopros.p84.value) ) { window.alert("Пожалуйста, заполните поле 'Ваша заявка или вопрос'!"); return; } if ( confirm('Вы действительно хотите отправить вопрос?') != 0 ) { document.vopros.submit(); } } document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
Фамилия Имя Отчество*
Ваш контактный e-mail*
Ваш контактный телефон*
Название фирмы*
Город*
Ваша должность*
Ваш ICQ или Skype
Укажите партнера, которому переслать заявку
Выберите тип шкафа
Укажите высоту в юнитах
Укажите габаритные размеры в мм
Ваша заявка или вопрос*

* обязательные поля для ввода информации

'); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write('
'); document.write('
');