function viewPic(src) { 
	window.open("/foto.php?name="+src,"","width=50,height=50,resizable,scrollbars=no,status=0");
}

$(document).ready(function(){
	$('.link_foto').lightBox();
  $('.main_block').pngFix( );
});


function ChangeImg() {
  if(document.images)
  {
    eval("document."+ChangeImg.arguments[0]+
    ".src=('"+ChangeImg.arguments[1]+"')");
    
    $('.link_foto').attr('href', ChangeImg.arguments[2]);
  }
}
