var fDesc=new Array(); fDesc[0] = "GiMeSpace Free Edition is a program that expands your desktop limitless in horizontal direction while you can scroll by pushing your mouse to the left and right side of your screen. It is a simple and effective program designed to create more desktop space like you would have many monitors next to each other."; 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 = ''; } }