//<![CDATA[
$(document).ready(function(){
	$('.container-div').hide();
	$("#sub386 ul li:last").css("background-image","none");
	$("#sub414 ul li:last").css("background-image","none");
	$("#sub418 ul li:last").css("background-image","none");


	$('.showhideselector').click(function() {
		$(this).next('.showhidetext').next('.container-div').slideToggle('fast');
		if ($(this).html()=="+"){
			$(this).html('&ndash;');
		} else {
			$(this).html('+');
		}
		return false;
	});
	$('.showhidetext').click(function() {
		$(this).next('div.container-div').slideToggle('fast');
		if ($(this).prev('div.showhideselector').html()=="+"){
			$(this).prev('div.showhideselector').html('&ndash;');
		} else {
			$(this).prev('div.showhideselector').html('+');
		}
		return false;
	});	
	$(".pager-current strong").remove();
	$(".pager-list").prepend("Page ");
	$("#loader").removeClass("loading");	
});


//]]>
