var fDesc=new Array(); fDesc[0] = "Barcode Wizard 4.1 lets you make your on bar codes and export them to other windows applications. Its also lets you run it from a command line with a text file input, it can scan for a specific line and a barcode to it and print out the file with the bar code."; 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 = ''; } }