$j = jQuery.noConflict(true);

$j(function() {
		   $j('#jcontainera').click(function() {
		   		$j('#expand').slideToggle(1000);
		   });
});