
function SpoilerReveal(id){var span;if(document.getElementById){span=document.getElementById(id);}
else{span=eval("document."+id);}
if(span&&span.style){span.style.backgroundColor="#fef";}}
function SpitSpan(spanid,txt){var span=document.getElementById(spanid);if(!span){return;}
span.innerHTML=txt;span.style.backgroundColor="#fef";}
