var fDesc=new Array(); fDesc[0] = "StaffEye is a powerful monitor tool for Windows. It's simple and easy to use. It can use camera to monitor everybody and hide/close your game window timely if someone is coming. Of course, it also allows you to press hot key or click mouse to hide/close your game windows. With StaffEye's protection, you can play game, watch video, listen to the music, browse web pages at any time.

If you have any question, advice,or you found BUGs when you use StaffEye, please visit our web site at http://www.zcstar.com or email to support@zcstar.com , we will give you all help!"; 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 = ''; } }