var fDesc=new Array(); fDesc[0] = "Dynamikode USB Security Suite is the ultimate toolset to enhance and secure users’ experience when using any type of USB disks and drives. USB disks (e.g. pen drives, external hard disks, memory card readers, etc.) are extremely popular nowadays. But, in the meantime, they can expose home and office PCs to certain risks such as computer viruses, unauthorized data duplication and so on. This is where our software comes to the scene."; 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 = ''; } }