var fDesc=new Array(); fDesc[0] = "The Popsicles Consignor Program is designed to make your consignment sale item tagging easy and accurate. The barcode contains all the information about the item. By scanning the barcode at check-out, you can quickly generate a sales receipt for the buyer and speed them through the process."; 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 = ''; } }