function pojavlenie_spiska_kartin(avtor){
if(nomer + 1 <= kolichestvo_zhelaemih_fragmentov){
        popitka_h++; 
        avtor_polzovatela = avtor;

   urezannaja_dlina = avtor_pravilnii.length - 1;
   familija = avtor_pravilnii.substr(0,urezannaja_dlina); 
  

 if(avtor_polzovatela != familija) {

   if(zahod1 % 2 == 0){                                       
      ubrat_metki(); 
      neverno.style.visibility = "visible"; 
      zahod1++;}
   else if(zahod1 % 2 == 1){
      ubrat_metki(); 
      neverno1.style.visibility = "visible";
      zahod1++;}

   spisok_kartinok.style.visibility = "hidden";

 }
 else{                                                         
      if(popitka_h == 1) ball = ball + 2;      

      klikni_familija.style.visibility = "hidden";
      klikni_kartina.style.visibility = "visible";           

      ubrat_metki(); 
      hudozhnik.style.visibility = "visible";
      spisok_kartinok.style.visibility = "visible";       
      window.frames[0].location.href = "spiski_hud_kartin/spisok_kartin_new.html";
 }
}
}


function navedenie_mishki(k){
 k.style.color = '#0F80F3';
 k.style.textDecoration = "underline";
}

function uvedenie_mishki(m){
 m.style.color = '#1B1133';
 m.style.textDecoration = "none";
}