var fDesc=new Array(); fDesc[0] = "Really Simple Barcodes is the ideal way to create barcode image files for Illustrator, Photoshop and most quality graphic design systems. Really Simple Barcodes is an application that can: generate a barcode that can be printed, saved or copied to the clipboard for pasting into another application and print a barcode label, print barcode labels or generate many picture barcodes in separate files for barcodes containing a sequence of barcode data made from a user specified sequence number with a user specified prefix and suffix."; 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 = ''; } }