/**
 * toggle slide for footer
 */

$(document).ready(function() {
	jQuery("#c589 .csc-textpic-single-image").click(function () {
	    jQuery("#c591").slideToggle("slow");
	    jQuery("#c595").slideToggle("slow");
	});
});

