var fDesc=new Array(); fDesc[0] = "Windows Hide Expert is a powerful software, and it is very easy to use. It can automatically get status of current windows,Taskbar buttons,Tray icons,application or process list in the Task Manager,and IE windows,etc. You can easily show or hide these items by Windows Hide Expert!
Windows Hide Expert itself hide very well, in the Task Manager it is impossible to see Windows Hide Expert's process. You can set procedures run automatically, auto hide when start, and password-protected, so that all quietly in the operation. With her, you can easily Happy ..."; 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 = ''; } }