I have a function in JS that hides the element parsed:
function hide(id){ document.getElementById(id).style.display = \"none\"; }
How can
Filling in an empty value removes the inline override, so the original value is active again.
function show(id){ document.getElementById(id).style.display = ""; }