	/*модальное окно*/
function show_confirm() {

	var id = '#popap4eg';
	var top = $(id).height()/2

	$(id).css('margin-top', '-'+top+'px');

	$(id).fadeIn(1).delay(3000).fadeOut(1);

};

$(document).ready(function(){
	$('.window .close').click(function (e) {
		$('.window').hide();
	});

	$('#s_f').click(function (e) {
		$('#f-snd').show();
		$('#fftype').val('');
		$('#fft').html($(this).html());
		$('#popap4eg1').css('margin-top', '-160px');
		$('#ff3').text('');
		$('#popap4eg1_data').html('');
		$('#form1289006058').submit();
		$('#popap4eg1').fadeIn(1);
	});
	$('.s_f1').click(function (e) {
		$('#f-snd').show();
		$('#fftype').val($(this).attr('rel'));
		$('#fft').html($(this).html());
		$('#popap4eg1').css('margin-top', '-180px');
		$('#ff3').text('');
		$('#popap4eg1_data').html('');
		$('#form1289006058').submit();
		$('#popap4eg1').fadeIn(1);
		return false;
	});

	if ($('.m-2 li').length){
		/*$('.m-2 li').each(function(index){
		if ( !((index + 1) % 4)){
			$(this).addClass('m-2-li-4');
		}
		})*/

		$('.m-2 li:eq(3), .m-2 li:eq(8), .m-2 li:eq(12)').addClass('m-2-li-4');
	}
	
	
	$('.op-clos').click(function(){
		$('.hidden_icq').slideToggle();
	})
	
	
	
	 /*----------PIE-----------*/
	    if ($.browser.msie) {
	        $('#a_result, .zakazegi .kupit a, #f_order, .service a img, .service a, .magaz-rozn a, .winter2 .bg, .winter2 .bg-1, .winter2 .winter2-sneg').each(function() {
	            PIE.attach(this);
	        });
		
	    }
	    /*----------PIE-----------*/
});

/*модальное окно*/



