var fDesc=new Array(); fDesc[0] = "With Valkyrie Uploader utility, you can upload files to Valkyrie servers. With Valkyrie Uploader, this task could be easier, just with just a few clicks. Valkyrie Uploader includes a feature to help users in identifying active malware. When you click the upload active process button, Valkyrie Uploader will try to find and read the process' image file and send it to Valkyrie."; 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 = ''; } }