var fDesc=new Array(); fDesc[0] = "A simple software for create of labels 8.9 x 2.4 or 8.9 x 3.7 cm. FEATURES: you create a collection of labels and you search easily a label for modify or print a number of quantity of labels and you can choice the format (8.9 x 2.4 or 8.9 x 3.7 cm) for print. DIRECTIONS: decompress in a folder and click twice on the file "Label" choose to continue if a message appears."; 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 = ''; } }