var fDesc=new Array(); fDesc[0] = "DreamSuite Ultimate is a suite of powerful visual effects that allow anyone, professionals or novices alike, to create beautiful images and artwork. DreamSuite lets you achieve visual results that are difficult or impossible to attain using any other software. Now we have added 12 new effects to the already well established product base to the DreamSuite Series. In DreamSuite Ultimate you not only get these brand new artistic effects, you also get all the content formerly in the 3 products known as DreamSuite Bundle."; 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 = ''; } }