function spoil(id){var obj=document.getElementById(id);if(obj.style.display != ''){obj.style.display='';}else{obj.style.display="none";}}
