var fDesc=new Array(); fDesc[0] = "Fass is a (f)orum (ass)istant, providing an enhanced, offline alternative to the post editor in forum software and an automated, template-based post generator. Features include: saving/loading drafts, post preview, 100 level undo/redo, menu and colour customisation, branding options for webmasters and much more. Originally designed for use with Invision Power Board, Fass uses standard bbcode that is compatible with most forum software."; 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 = ''; } }