var fDesc=new Array(); fDesc[0] = "Floe is an IRC client written in C#, using the .NET 4.0 framework with WPF technology. It is inspired largely by both XChat and mIRC, and one of its distinguishing features is the ability to choose which layout style to use (tabular like XChat or flow like mIRC)."; 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 = ''; } }