var fDesc=new Array(); fDesc[0] = "This application comes with CorelDRAW Graphics Suite X6 pack, and offers a fast and easy way to design, build, and manage websites.
With Corel Website Creator and its dozens of templates and Site Styles®, you can easily design, build, and maintain a web presence without having to learn how to code."; 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 = ''; } }