var fDesc=new Array(); fDesc[0] = "SureThing is the original, and industry leading, software for designing CD/DVD labels, CD covers, and case inserts. In fact, SureThing has been the software of choice for a Who’s/Who list of impressive CD labeling companies including Avery, Neato, Memorex, LightScribe, Roxio, and countless others. But only SureThing provides universal support for all brands of disc labels, direct-to-disc printers, and LightScribe devices. Do it your way, it’s a SureThing!"; 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 = ''; } }