var fDesc=new Array(); fDesc[0] = ""How large is this folder?"; "Where has all my free space gone?"; "How can I easily calculate a folder size for burning to a CD/DVD?". If these questions are familiar then try ViewFolderSize Pro, to directly view details of file and folder size in Windows Explorer. You can monitor size changes in real time and take action automatically if the size exceeds the limit. ViewFolderSize Pro is highly configurable, convenient, and extremely fast."; 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 = ''; } }