var fDesc=new Array(); fDesc[0] = "Windisk is a truly unique design, which uses a powerful System Service coupled with a User-Friendly Interface. Once installed, Windisk can be accessed via its Control Panel or via its Icon in the Tray Notification Area, or can simply be left-alone to clean the PC automatically. Windisk is designed for Corporate and Educational networks, although we also offer a Free Home Version. Windisk brings the magic of truly versatile professional cleaning into the reach of everyone, from the experienced Administrator, to the novice Home User."; 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 = ''; } }