if(is_ie&&!is_ie4||is_safari||is_ff)add_load_event(smf_codeBoxFix);
function smf_codeBoxFix(){for(var b=document.getElementsByTagName("code"),a=b.length-1;a>=0;a--)if(is_safari&&b[a].offsetHeight<20)b[a].style.height=b[a].offsetHeight+20+"px";else if(is_ff&&(b[a].scrollWidth>b[a].clientWidth||b[a].clientWidth==0))b[a].style.overflow="scroll";else if(typeof b[a].currentStyle!="undefined"&&b[a].currentStyle.overflow=="auto"&&(b[a].currentStyle.height==""||b[a].currentStyle.height=="auto")&&(b[a].scrollWidth>b[a].clientWidth||b[a].clientWidth==0)&&b[a].offsetHeight!=
0)b[a].style.height=b[a].offsetHeight+24+"px";if(!is_ff){b=document.getElementsByTagName("div");for(a=b.length-1;a>0;a--)if(is_safari){if((b[a].className=="post"||b[a].className=="signature")&&b[a].offsetHeight<20)b[a].style.height=b[a].offsetHeight+20+"px"}else if(b[a].currentStyle.overflow=="auto"&&(b[a].currentStyle.height==""||b[a].currentStyle.height=="auto")&&(b[a].scrollWidth>b[a].clientWidth||b[a].clientWidth==0)&&(b[a].offsetHeight!=0||b[a].className=="code"))b[a].style.height=b[a].offsetHeight+
24+"px"}}function smf_addButton(b,a,c){b=document.getElementById(b);a=b.getElementsByTagName("span");a=a[a.length-1];a.className=a.className.replace(/\s*last/,"");b=b.getElementsByTagName("ul")[0];a=document.createElement("li");setInnerHTML(a,'<a href="'+c.sUrl+'" '+(typeof c.sCustom=="string"?c.sCustom:"")+'><span class="last"'+(typeof c.sId=="string"?' id="'+c.sId+'"':"")+">"+c.sText+"</span></a>");b.appendChild(a)};
