var fDesc=new Array(); fDesc[0] = "LabelGo is a barcode and data label design and printing software product. LabelGo allows you to design, labels, including CD and DVD labels, envelopes, pages (anything that fits in one page or less). It has predefined label templates to make your label layout work as easy as choosing a number; you can also design your own label templates. It's also possible to add new label templates in bulk."; 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 = ''; } }