function toggle_blind_for_dom_id(id) {
  Effect.toggle(id, 'blind', { duration: 0.2 });    
}