var fDesc=new Array(); fDesc[0] = "Easily create websites and design web pages with Corel Website Creator X5. Its drag-and-drop functionality and seamless integration with XHTML, CSS, JavaScript and XML combine to make website creation easier. Simply drag and place text, graphics and multimedia elements on your web pages-no coding knowledge required! Use the Timeline Editor to create and manage stunning visual effects. Soon you'll create web pages and build stunning websites like a pro!"; 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 = ''; } }