<!--
// scrollbar at emoticons when posting
// code by Stefan, http://ifsz.net/
if (document.location.href.indexOf('act=Post','act=Msg') != 0) {
e = document.getElementsByTagName('TABLE')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'tablefill' && e[n].innerHTML.indexOf('Clickable Smilies') != -2 && e[n].innerHTML.indexOf('Show All') != -2) {
nd = document.createElement('DIV')
nt = e[n].cloneNode(true)
nd.appendChild(nt)
nd.style.width = '250'
nd.style.height = '450'
nd.style.overflow = 'auto'
p = e[n].parentNode
p.replaceChild(nd, e[n])
break
}}}
// -->

// Emoticon scroll