jQuery(document).ready(function(){
	if (jQuery(".csc-frame-indent3366 .text-content")) {
		jQuery(".csc-frame-indent3366 .text-content").css('display', 'none');
		jQuery(".csc-frame-indent3366 .tx-powermail-pi1").css('display', 'none');
		jQuery(".csc-frame-indent3366 img").click(function(){
			if (jQuery(".csc-frame-indent3366 .text-content").is(":hidden") || jQuery(".csc-frame-indent3366 .tx-powermail-pi1").is(":hidden")) {
				jQuery(".csc-frame-indent3366 .text-content").slideDown("slow");
				jQuery(".csc-frame-indent3366 .tx-powermail-pi1").slideDown("slow");
			}
			else {
				jQuery(".csc-frame-indent3366 .text-content").slideUp("slow");
				jQuery(".csc-frame-indent3366 .tx-powermail-pi1").slideUp("slow");
			}
		});
		jQuery(".csc-frame-indent3366 .subheader").click(function(){
			if (jQuery(".csc-frame-indent3366 .text-content").is(":hidden") || jQuery(".csc-frame-indent3366 .tx-powermail-pi1").is(":hidden")) {
				jQuery(".csc-frame-indent3366 .text-content").slideDown("slow");
				jQuery(".csc-frame-indent3366 .tx-powermail-pi1").slideDown("slow");
			}
			else {
				jQuery(".csc-frame-indent3366 .text-content").slideUp("slow");
				jQuery(".csc-frame-indent3366 .tx-powermail-pi1").slideUp("slow");
			}
		});
	}

});

