var fDesc=new Array(); fDesc[0] = "Free Label Designer is a Windows program that will help you design and print CD and DVD labels (jewel case front, inside and back, DVD box and round disk labels). It supports inserting images, text and circular text, allowing you to arrange and change the size and angle of objects. You can customize print layouts to match your pre-cut labels or your printer for printing directly to printable disks."; 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 = ''; } }