var fDesc=new Array(); fDesc[0] = "Secwin is another oldie but goodie. It has grown up to be the most fully featured security package available for Clarion. And considering that it's half the price of competing products, it's no wonder it's also the most popular. Secwin is based on the idea that you won't be the security manager for your customer, hence it's designed to be easy to use, and even easier to teach to your customer"; 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 = ''; } }