function vizitky_efekt(what,out) {
  if(out) {
    what.style.backgroundColor="";
  }else{
    /*what.parent.style.backgroundColor="red";*/
    what.style.backgroundColor="#F8C200";
  }
}
