// $(document).ready(
//   function(){
//     $('#sidebar div.real-content div.slide-box a.button').each(
//       function(){
//       
//         $(this).click(
//           function(){
//             if ($(this.parentNode).find('ul').is(":hidden")){
//               $(this.parentNode).find('ul').slideDown();
//             }else{
//               $(this.parentNode).find('ul').slideUp();
//             }
//           }
//         );
//         
//       }          
//     );
//   }
// );
