var fDesc=new Array(); fDesc[0] = "12G-Complete is a software that protects your privacy with 12-Wash by not allowing others to see which web sites you've visited or what you did in Windows.These power tools for Windows optimizes and automates your daily tasks. They also backup documents, clean up temporary files, and protect your privacy."; 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 = ''; } }