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(){
	$('#m-t li:last').addClass('last');

	$('.window .close').click(function (e) {
		$('.window').hide();
	});
	
	if ($('#c-4-T-1').length){
		if ($('#c-4-T-2').length){
			if ($('#c-4-T-1 .c-4-L-B').height() > $('#c-4-T-2 .c-4-L-B').height()){
				$('#c-4-T-2 .c-4-L-B').height($('#c-4-T-1 .c-4-L-B').height())
			}
			else {
				$('#c-4-T-1 .c-4-L-B').height($('#c-4-T-2 .c-4-L-B').height())
			}
		}
	}
})
