function mostraremoticonos()
{obj=document.getElementById('emoticonos');obj.style.display=(obj.style.display=='none')?'block':'none';document.getElementById('divemoticonos').innerHTML=(obj.style.display=='none')?'<img src="Themes/v2/images/extras/emomenu/smileon.gif" width="20" height="20" alt="Mostrar Emoticonos" title="Mostrar Emoticonos" border="0" />':'<img src="Themes/v2/images/extras/emomenu/smileoff.gif" width="20" height="20" alt="Ocultar Emoticonos" title="Ocultar Emoticonos" border="0" />';}