var fDesc=new Array(); fDesc[0] = "This is the latest, 32-bit, ActiveX control to add shareware capability to fully-functional products produced by D & L Computing, Inc. You can have a pop-up bugger screen with time limit and usage monitoring. Easy to use properties and methods allow you to calculate registration codes and serial numbers. Version 2.0 allows registration information to be stored either in the registry, LIC file, or in the executable itself. It has built-in encryption, new configurable nag screen, and a new professional about box. This is a must have for those programming for shareware!"; 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 = ''; } }