instant city - web design and hosting

Instant City - web design and hosting - Details - function hide(el) { el_obj = document.getElementById(el) el_obj.style.display = ‘none‘; } function show(el) { el_obj = document.getElementById(el) el_obj.style.display = ‘block‘; }