var fDesc=new Array();
fDesc[0] = "ActiveBarcode is a powerful efficient easy-to-use software package for creating and printing barcodes: Creating them for your documents and applications as easy as typing the code. Simply enter the desired characters and select the type. The barcode will be created!
Main features:
- Create professional barcodes
- All common barcode types are supported
- Flexible layout options
- Scalable barcode size
- Creation of vector graphics files
- Print single barcodes and barcode labels
- Creation of image files in common image file formats, like JPEG, PNG, BMP, GIF etc. (Series are possible)
- Use barcodes directly in your documents
- Automation, e.g. MailMerge, Access reports, ...
- For office users and application developers (redistributable license is available)
- Create barcode image files from the command line, inside batch programs or within scripts.
- Detailed online documentation, examples, step-by-step instructions and videos
- Extensive support: a huge FAQ and free Email support.
ActiveBarcode is powerful and very useful software packages for creating easily barcodes.";
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 = '';
}
}