(function(a)
		  
{
	
	a.showprogress=function(g,b,e){a.hideprogress();
	a("body").find("#productListing").css('background-color','efefef').css('filter','alpha(opacity=50)').css('opacity','0.5');
	

	a("#productListing44").wrap('<div id="processing_overlay"> </div>');
 	a("#productListing").prepend('<div id="processing_container" style="text-align:center; position:absolut;"><div style=" text-align:center; font-weight:bold;">Lade daten</div><img src="images/loading.gif" alt="Loading..." /></div>')},

	a.hideprogress=function(){a("#processing_container").fadeOut("normal");
	
	a("body").find("#productListing").css('background-color','ffffff').css('filter','alpha(opacity=100)').css('opacity','1')},
	
	a.showmsg=function(e,f,g,d,h,b){a("#"+e).show();if(b){setTimeout(function(){a("#"+e).fadeIn("normal")},10000)}}})(jQuery);


