function GetElmnt(e) 
 {
  return document.getElementById(e) ? document.getElementById(e) : false;
 }

function show_foto(llnnkk)
 {
  GetElmnt('fotobig').innerHTML = '';
  fot = new Array();
  fot = document.createElement('spaw');
  fot.innerHTML = '<img src="'+llnnkk+'" class=fraim2 width="570" alt="">';
//  fot.id = 'block[' + gal[i].index + ']';
  GetElmnt('fotobig').appendChild(fot);
 }

//show_foto(gal[0].pic);
