 function Highlight(objectref) {
    objectref.style.backgroundColor='#04d400';
  }
  function Normal(objectref) {
    objectref.style.backgroundColor='#ffffff';
  }
function feedbackSubmit(){
if ((document.orderform.eml.value!="")|(document.orderform.tel2.value!="")|(document.orderform.name1.value!="")|(document.orderform.izdelie.value!="")|(document.orderform.material.value!="")|(document.orderform.tolshina.value!="")|(document.orderform.zagotovka.value!="")|(document.orderform.linii.value!="")){
return true}
else{
alert("Ошибка! Не заполнено одно из обязательных полей!")
return false;}
}
