function show_confirm() {
	var id = '#popap4eg';
	var top = $(id).height()/2;
	$(id).css('margin-top', '-'+top+'px');
	$(id).fadeIn(1).delay(6000).fadeOut(1);
}
function show_nal() {
	var id = '#nal';
	var top = $(id).height()/2;
	$(id).css('margin-top', '-'+top+'px');
	$(id).fadeIn(1);
}

$(document).ready(function(){
	$('#m-t li:last').addClass('last');

	$('.window .close').click(function (e) {
		$('.window').hide();
		return false;
	});


	/*$('#tegs a').click(function (e) {
		$('#tegs input').val($(this).attr('title'));
		$('#tegs').submit();
		return false;
	});*/
})
