var fDesc=new Array(); fDesc[0] = "Website X5 is the all-in one solution to create professional, eye-catching and complete Websites, Blogs and on-line stores that are optimized for search engines, are fully compatible with all the major browsers and, moreover, are responsive, capable of adapting automatically to the resolution of the device they are displayed on. No programming skills are required and you can use a simple fully-visual and intuitive interface that guarantees flexibility and customization."; 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 = ''; } }