      function show_list(element) {
          new Effect[Element.visible(element) ? 'BlindUp' : 'BlindDown'](element, {duration: 0.25});
          //new Effect.BlindDown('works-content', {duration: 0.25});
      }
						window.onload = function() {
        //new Effect['BlindUp']('works-content', {duration: 0.25});
      }
