var fDesc=new Array(); fDesc[0] = "LJ.NET is a client for the LiveJournal website, that provides a simple and powerful user interface to LJ's online journaling services.
Currently supported features include: what you see is what you get (WYSIWYG) journal entry composition, alert messages for server information and friend posts, multiple journal support, crosspost support, for posting an entry to several journals simultaneously, journal manager to edit and delete previous posts, mirroring of journal posts into your Microsoft Outlook journal and much more."; 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 = ''; } }