//--отображение фотографий с превью и тоолтипсом, передается количество фото---



function show_update_foto(n){
document.write('<br>');
for(i=0;i<n;i++){document.write('<a target=_blank href='+foto_big[i]+'><img border=0 alt=' + foto_alt[i] + '.&#160;' + foto_src[i] +  ' src='+ foto_sm[i]+ '></a>&nbsp&nbsp' );}
document.write('<br><br>');}




function ss(fotodir,num,comment){
path='http://zhigunov.su/';
fullpath = path+fotodir;
foto_big=fullpath+'/'+num+'.jpg';
foto_sm=fullpath+'/'+num+'t.jpg';
document.write('<a target=_blank href='+foto_big+'><img border=0 alt=' + comment + ' src='+ foto_sm+ '></a>' );
}



