function dgel(id) { return document.getElementById(id); } function subrecipe_toggle(id) { dgel(id).classList.toggle("open"); }