var fDesc=new Array(); fDesc[0] = "Website realizer allows you to design websites for desktop, tablet, and mobile devices. This program is quite easy to use, just like MS Word. Simply drag and drop images to the pages and add text, and all HTML code is generated automatically. It creates pages that runs perfectly well on desktops and mobile devices, and there is no need to re-arrange elements specifically for tablet and smartphones."; 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 = ''; } }