var fDesc=new Array(); fDesc[0] = "Abaiko Disk Space Monitor is an essential piece of software for those that work extensively with a large number of files. It is ideal for users who frequently record and edit video and audio or process photos and create high-quality graphics. It is often the case that disk space runs out at the most inappropriate moment, leading to a risk of lost work. And this is not the only problem - insufficient space on the system disk may result in an unstable operating system."; 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 = ''; } }