5 $('#themes-list-toggle').click(function(event) {
6 event.preventDefault();
7 $('#themes-list').toggle('slow');
11 $('.open-player').click(function(event) {
12 event.preventDefault();
13 window.open($(this).attr('href'),
15 'width=420, height=500'
20 $('.book-list-index').click(function(){
21 $('.book-list-show-index').hide('slow');
22 if($(this).parent().next('ul:not(:hidden)').length == 0){
23 $(this).parent().next('ul').toggle('slow');