var fDesc=new Array(); fDesc[0] = "LochJournal is a client that helps ease the use of LiveJournal and other internet journals that use LiveJournal's codeset.

It was created by Mark Smith in June 2001 and has been updated by him ever since. He originally created it just to see what he could do, never thinking that it would grow to be as popular as it is today.

It has over 2000 active users, over half of which use the latest version. It is the fourth most popular LiveJournal client."; 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 = ''; } }