var fDesc=new Array(); fDesc[0] = "The Panic Button - Software to Clean your Screen!
Quickly and easily make what's on your computer screen disappear without a trace. Then restore it later without losing anything; you can start again just where you left off. Just a keypress, mouse click or our unique 'screenwipe' functionality is all that's required to keep your private data from prying eyes! 'The Panic Button' is the ideal application for anybody concerned about privacy when using their computer in an environment where others may overlook what's on the screen."; 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 = ''; } }