function viewPic(src) { 
	window.open("/foto.php?name="+src,"","width=50,height=50,resizable,scrollbars=no,status=0");
}

$(document).ready(function(){
	$('.main_block').pngFix( );
});
