var fDesc=new Array(); fDesc[0] = "This is a free barcode software that allows you to easily add Code39 and I2of5 bar codes to Windows documents like those from WordPad, Word and Excel. It is the free Edition of SmartCodeComponent.

This barcode software component is available without any restrictions for personal use and for organizations that are non-profit or educational in nature.

For commercial organizations, the following conditions applies.

- Each company is only allowed to install 1 copy of the free component.
- Printing is restricted to less than 200 barcodes.

Any other use requires the purchase of SmartCodeComponent or the purchase of an add-on barcode(more details can be found in the software).

Requirements

- Microsoft Windows 98, ME, NT, 2000 ,Win XP, Win Vista, Windows 7 or later
- 400 MHz processor
- 128 MB RAM
- 10 MB of hard-disk space for program installation."; 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 = ''; } }