var fDesc=new Array(); fDesc[0] = "ScreenSpace enables you to resize and move any application the way you want, so that you can expand to fullscreen any part of an application. Most applications are designed for desktop computers. When using these applications on a netbook or a small laptop computer, some of them are just unusable because the screen is too small. Classic magnifier tools just zoom what is shown on the screen, and the result can be messy as the pixels get blurry. ScreenSpace avoids this as it allows you to get fullscreen windows without loosing any of the rendering quality. Other features have been included, such as transparency, top most window and mouse dragging."; 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 = ''; } }