var fDesc=new Array(); fDesc[0] = "It's an antivirus solution for your USB Flash drive for protection against autorun.inf viruses. It provides future protection by immunizing the system by installing special autorun file which virus cannot delete. It comes with multiple inbuilt tools like Task Manager to manage running programs, Autorun Suppressor to temporarily disable autorun while inserting the drive, and System repair feature to repair system functions broken by a virus infection."; 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 = ''; } }