$(document).ready(function () {
    $('img.speak_btn').click(function () {
	$('ul.speakers_nav').slideToggle('medium');
    });
});
