$().ready(function() {
	$('#add_bookmarks_button').click(function(){
		$('#add_bookmarks').toggle();
	});
});