var fDesc=new Array(); fDesc[0] = "Purple Parrot NumberBox ActiveX Control is a data-aware control which enhances the standard text box by adding special numeric capabilities, including specification of display formats, negative numbers, decimal places, minimum and maximum values, and a drop-down calculator to compute numbers. The software also features a sample to test it without using the ActiveX libraries. Although the layout looks like Windows XP, it's actually compatible with all the Windows versions released."; 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 = ''; } }