// JavaScript Document
   <!--
function pr(form){ 
var msanot=Array (); i=0;
if(form.nama.value==''){red_i=document.getElementById('id_name'); red_i.className='red_bo'; msanot[i]='Имя';i++;}
if(form.gorod.value==''){red_i=document.getElementById('id_gorod');red_i.className='red_bo';msanot[i]='Город';i++;}
if(form.kon.value==''){red_i=document.getElementById('id_kon');red_i.className='red_bo';msanot[i]='Телефон';i++;}
if(form.prof.value==''){red_i=document.getElementById('id_spec');red_i.className='red_bo';msanot[i]='Специальность';i++;}
if(form.rez.value==''){red_i=document.getElementById('id_rez');  red_i.className='red_bo';msanot[i]='Резюме';i++;}
if(msanot.length>0){alert('Вы не заполнили поля : '+msanot) ;return false; }
if(form.proverka.value==''){alert('Вы не ввели результат проверки');return false;}
else return true;}
 //-->
