function stat_toggle(n)
{
	$(".stat_skimmed, .stat_ads, .stat_gallery").hide().next().show();
	$(".stat_"+n).show().next().hide();

	$(".stati_skimmed, .stati_ads, .stati_gallery").hide();
	$(".stati_"+n).show();
	return false;
}

function offer_show(obj)
{
	$(".offers_event").find(".cont2, .cont1").hide();
	if (obj) {
		obj.parents(".c-l").find(".cont2, .cont1").show();
		obj.parents(".c-l").next("div").find(".cont2, .cont1").show();
		obj.parents(".c-r").find(".cont2, .cont1").show();
		obj.parents(".c-r").prev("div").find(".cont2, .cont1").show();
	}
	return false;
}
