var fDesc=new Array(); fDesc[0] = "DVD-Cover Printmaster allows you to print DVD covers quickly. Simply select the images for your cover template and the program will automatically resize the images for you. Makes it easy to create great looking covers for any cases. Import covers direct from a website by simply dragging the images from the website and dropping it directly to the cover canvas. Use the Print Preview feature to quickly preview your design and save ink."; 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 = ''; } }