rendered paste body$(function(){
$('#left-top').data("ujszoveg",false);
$('a.topmenu').click(function() {
if($('#left-top').data("ujszoveg")!==false){alert("másik menüpont animációja folyamatban");return;}
var currentID=$(this).attr('id');
$.get(currentID+'.php', function (data) {
$('p.oke').slideUp('slow',function() {
$(this).remove();
$(if($('#left-top').data("ujszoveg")).css("display","none").appendTo('#left-top').show();
$('#left-top').data("ujszoveg",false);
});
})
.error(function() {
$('p.notimplemented').hide('slow',function() {
$(this).remove();
$.get('notimplemented.html',function(data2) {
$('#right-top').html("");
$(data2).css("display: none").appendTo('#right-top').show('slow');
$('#left-top').data("ujszoveg",false);
});
});
});
});
});