$(document).ready(function(){
	$('#openprobiotec').click(function() {
		$('.probiotec').slideToggle("fast");
	});
});
