Please help! I have this code copied from another of my blogs.
In the first blog it works completely fine, on the new blog it does nothing. Help please:
<script type="text/javascript"><br />function show_hide(adad) { <br />if(document.getElementById(adad)) { <br />if(document.getElementById(adad).style.display == 'none') { <br />document.getElementById(adad).style.display = 'inline'; } else { <br />document.getElementById(adad).style.display = 'none'; } } }</script>
<a href="javascript:show_hide('info');">
<img border="" width="180" alt="Informações Adicionais" src="http://i921.photobucket.com/albums/ad51/clube_skdp/Campeonato%202012/CabealhoCampeonatoTitulo.png" height="45" />
</a>
<div id="Informações" style="display: none;">
<a href="https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B6O8L2QzuOPbYWM2MzViMGQtNzI5OS00NDUyLTk1NWMtMmU1NGRjZWNmNGJh&hl=en_US"><span style="font-family:comic sans;color:#c0c0c0;"><strong>lololol</strong></span></a>
<a href="https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B6O8L2QzuOPbOWQ2MzA5MjUtZDk3NC00OTRhLWFhNDctNWEwMzMyN2MzNzIy&hl=en_US"><span style="font-family:comic sans;color:#c0c0c0;"><strong>Informações Época 2010-2011</strong></span></a>
</div>
thanks in advance