var fDesc=new Array(); fDesc[0] = "Post office Bank Barcode software helps to streamline postal operations and services through its advanced series-generating functions. Post Office and Bank Barcode Software helps to design quality barcode labels in linear or 2D barcode font standards for postal and courier mail departments and the banking sector. The program generates barcode labels and stickers with the help of various drawing tools, including text, line, pencil, rectangle, arc, and pictures."; 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 = ''; } }