var fDesc=new Array(); fDesc[0] = "Inovative label designer. Desktop Labels Deluxe gives you many of the same powerful graphics tools found in the best desktop publishing programs. You can design your own professional-quality labels in just minutes. Powerful database & address book. Holds up to 32,000 names. The built-in database and address book makes it easy to enter names from your keyboard or import them from another program. Once entered, you can quickly find the names you want, arrange them in any order and print mailing labels using the built-in label designer."; 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 = ''; } }