var fDesc=new Array(); fDesc[0] = "Fonter allows you the use of custom fonts to your UI. This application will also allow you to change the fonts in the games you are playing. All fonts can be changed in size to suit your UI.Fonter also adds additional font sizes to the chat frame, by right clicking the title of the panel e.g. 'General' or 'Combat Log' and scrolling down to font size."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }