function change(nazov_obr,novy_obr)
{
  document.images[nazov_obr].src=novy_obr;
}
