var fDesc=new Array(); fDesc[0] = "How many useful tasks you would like to be executed before PC shutdown or user logoff? There should be a number! Smart Turn Off as shutdown automation program will provide PC cleanup; data backup; privacy protection (index.dat resetting included); CD ejecting. Friendly Settings Wizard will help with program setup.
In addition, you can use 1 license of the software for 2 PC (e.g. Home and Office) and work on 2 PC with the same data as well!"; 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 = ''; } }