$(document).ready(function(){
	var bigimg = $('.fotoindex .content img');
	$('.fotoindex ul a img').click(function(){
		
		var newsrc=GetText($(this).attr('src'),"$1$2");
		$(bigimg)
			.fadeOut(500,function(){
				$(bigimg)
					.attr('src',newsrc)
					.load(function(){
						$(bigimg).fadeIn(500);
						var height=$(bigimg).attr('height');
						$(bigimg).parent().animate({height:height});
					});
			});
		return false;
	})
});
function GetText(AInputText, AReplaceText) { 
   		var VRegExp = new RegExp(/(\d+)_s(\.jpg)/);
    	var VResult = AInputText.replace(VRegExp, AReplaceText); 
    	return VResult; 
  	}<!--LiveInternet counter--><script type="text/javascript"><!--
				document.write("<a href='http://www.liveinternet.ru/click' "+
				"target=_blank><img src='http://counter.yadro.ru/hit?t15.2;r"+
				escape(document.referrer)+((typeof(screen)=="undefined")?"":
				";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
				screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
				";"+Math.random()+
				"' alt='' title='LiveInternet: показано число просмотров и"+
				" посетителей за 24 часа' "+
				"border='0' width=1 height=1><\/a>")
				//--></script><!--/LiveInternet-->
