var fDesc=new Array(); fDesc[0] = "CCRQInvoice is a QuickBooks-compatible application that provides features for invoices, sales orders, and estimates. The program can calculate the extended and total weight for your orders, calculate the total quantity of all items in the order and let you place that on your order, rearrange the order of the details of an order, calculate the quantity based on values in custom columns, and more."; 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 = ''; } }