var fDesc=new Array(); fDesc[1] = "that you probably saw in applications like Winamp or Photoshop. Once that the application is installed and run, every window will snap to each other and the desktop while moving/sizing. This behavior can be suppressed by holding down the ALT key while sizing/moving."; fDesc[2] = "keyboard and mouse to logon system any more. Your cell phone can help you logon Windows automatically. It gets more safety and much better ease of use. Most Trojan houses and spyware steal password by hooking keyboard messages. Bluetooth Passport can help you to logon system without press any key. After you leave your computer, it even help you to lock system automatically."; fDesc[3] = "For this reason video poker is very popular with vacationers."; fDesc[5] = "function calls and modify function's parameters before and after its execution. SpyStudio supports any type of parameter even structures of any type."; fDesc[6] = "in the same Excel file or two different Excel files. Excel 2000 or higher required."; fDesc[7] = "Access 2000 or higher required."; fDesc[8] = "higher required."; fDesc[9] = "activities and disable them by blocking and crippling their hooking processes."; fDesc[11] = "DB2 database. Read and write tables to and from Excel without SQL knowledge. Excel 2000 or higher required."; fDesc[12] = "can be done without SQL knowledge."; fDesc[14] = "Access 2000 or higher required."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }