var fDesc=new Array(); fDesc[0] = "DesktopOK is a useful program if you need to frequently change the screen resolution or work with projectors. This program can automatically restore the positions of Windows desktop icons while changing the screen resolution. DesktopOK does not have to be installed and can be executed easily from the desktop, and can be carried on a small usb-stick or other memory device."; 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 = ''; } }