//JS by EXCMH

$(document).ready(function() {
	//$("#ContentRelated #bayerlinksbox").hide();
	
	$("#ContentRelated #bayerlinksaction").click(function () {
			$("#ContentRelated #bayerlinksbox").slideToggle("slow");
			$(this).toggleClass("minus");
	});
	
});