var fDesc=new Array(); fDesc[0] = "EasyCover is the ultimate cover printing utility! EasyCover supports several of the most used cd cover's and inlines! Some of them are: Neato, PressIT & LaBelle. With it's genuine user interface, EasyCover reduces the time used to design a cover, and let's you put your weight on other areas of the cd development. EasyCover has a built-in image editor to ease your work, and reduce the number of applications used to develop a cd cover."; 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 = ''; } }