function refreshPopupKosar(){$.post("index.php?s=ajax&sub=showPopupKosarContent",{},function(a){if(!a||a==""){$("#adv_tab").css("display","none")}else{var b=$.evalJSON(a);$("SPAN.kosar_db2").html(b.db);$("SPAN.kosar_ertek").html(b.ertek);$(".kosar_empty").hide();$(".kosar_not_empty").show();$("#adv_tab").show()}})}function kosarbatesz(a,b){$.ajax({type:"post",url:"index.php",dataType:"html",data:"s=ajax&sub=kosarba&id="+a+"&db="+b,success:function(a){$("#adv_tab").css("display","block");var b=$.evalJSON(a);$("SPAN.kosar_db2").html(b.db);$("SPAN.kosar_ertek").html(b.ertek);$(".kosar_empty").hide();$(".kosar_not_empty").show();if(typeof refreshToIngyenes=="function")refreshToIngyenes()},complete:function(){var b=$("#termek_kep"+a).offset();var c=$("#adv_tab").offset();$("#termek_kep"+a).before('<img src="'+$("#termek_kep"+a).attr("src")+'" id="temp" style="z-index:10; position: absolute; width:'+$("#termek_kep"+a).attr("width")+"px; top: "+b.top+"px; left: "+b.left+'px;" />');params={top:c.top+"px",left:c.left+"px",opacity:0,width:$("#adv_tab").width(),height:$("#adv_tab").height()};$("#temp").animate(params,"slow",false,function(){$("#temp").remove()});$("#adv_tab").animate({right:0},"slow",false,function(){setTimeout("$('#adv_tab').animate({right:-195}, 'slow', false)",1e3)})}});return false}$(document).ready(function(){$("#kosarba").removeAttr("onclick");$("#kosarba").click(function(){$.ajax({type:"post",url:"index.php",dataType:"html",data:"s=ajax&sub=kosarba&id="+$("#termekid").val()+"&db="+$("#termekdb").val(),success:function(a){$("#adv_tab").css("display","block");var b=$.evalJSON(a);$("SPAN.kosar_db2").html(b.db);$("SPAN.kosar_ertek").html(b.ertek);$(".kosar_empty").hide();$(".kosar_not_empty").show();if(typeof refreshToIngyenes=="function")refreshToIngyenes()},complete:function(){var a=$("#termek_kep").offset();var b=$("#adv_tab").offset();$("#termek_kep").before('<img src="'+$("#termek_kep").attr("src")+'" id="temp"  style="z-index:10; width:300px; height:211px; position: absolute; top: '+a.top+"px; left: "+a.left+'px;" />');params={top:b.top+"px",left:b.left+"px",opacity:0,width:$("#adv_tab").width(),height:$("#adv_tab").height()};$("#temp").animate(params,1e3,false,function(){$("#temp").remove()})}});return false})})
