var fDesc=new Array(); fDesc[0] = "Bionicspider, the most powerful Window Organizing application, brings order to your chaotic desktop. Create multiple groups to organize all your opened windows. Control all groups, a single group, or a window easily via configurable HotKeys or with a click of the mouse, taking command of your desktop once and for all."; 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 = ''; } }