function show(element, anchor) { document.getElementById(element).style.visibility="visible"; document.getElementById(anchor).style.visibility="visible"; }