var fDesc=new Array(); fDesc[0] = "GiMeSpace Desktop extender is the standard edition of the virtual desktop manager. It is a small and very simple program for Windows XP or later versions that will allow you to expand your desktop without any limits. When you move your mouse to the edge of your screen you will notice that your desktop extends beyond the borders of your normal desktop. It provides a cheap alternative for adding more monitors to your computer. Some graphic cards offer the option of hardware panning when the physical screen is smaller then the hardware buffer."; 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 = ''; } }