var fDesc=new Array(); fDesc[0] = "IntegralUI ListView is highly customizable list control for .NET windows forms. It has ability to visualize data in four different views. Text, images, hyperlinks, checkboxes and custom controls can be placed in columns, items and subitems and arranged in custom layouts. It is a high performance control, with advanced drag-drop operations, filter using multiple values and custom sort operations."; 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 = ''; } }