var fDesc=new Array(); fDesc[0] = "EverKey is a copy protection system that protects your intellectual property by allowing you to control where and how your products are used. Beyond that, EverKey provides the flexibility to Market your application as a stand-alone package, trial evaluation or bundled with other related products."; 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 = ''; } }