var fDesc=new Array(); fDesc[0] = "exPressIt makes it simple to design & print CD, DVD & Bluray labels & covers. Design and print with exPressIt, then apply with a label applicator. It's easy!
Get free art from the PressIt Gallery for your own creations. Get free music CD covers and free DVD covers for your backup discs from huge online archives."; 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 = ''; } }