//<![CDATA[
	(function($)
	{
		$(document).ready(function()
		{
			$(&quot;.wpsc_top_level_categories > li:has(ul)&quot;).prepend(&quot;<span class=\&quot;CatExpander\&quot;>[+]</span>&quot;);

			$(&quot;.CatExpander&quot;).click(function()
			{
				$(this).toggleClass(&quot;CatExpanded&quot;).siblings(&quot;ul&quot;).slideToggle(400);
				return false;
			}).eq(0).addClass(&quot;CatExpanded&quot;).end().slice(1).siblings(&quot;ul&quot;).hide();
		});
	})(jQuery);
//]]>

