var fDesc=new Array(); fDesc[0] = "nProtect Online Security (NOS) is a total online financial security that will protect user's personal data from cyber criminals attempting to steal data for financial gains. It is designed specifically for the financial industry, securing user's personal computer in kernel, application and web level. It will scan your computer for any malware that may already be present on your PC and prevent any future attack."; 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 = ''; } }