jQuery(document).ready(function($)
{
	$('#sub .linkList a').swapContent(function()
	{
		//reset the scroller
		//$('#main .scrollMe').jScrollPane({scrollbarWidth:5, scrollbarMargin:20});
		
		//init the ability to show details
		$('.showDetails').showDetails();
		
	});
});