var fDesc=new Array(); fDesc[0] = "RocketCake is a web editor for creating responsive websites with no HTML and programming knowledge. The program has built-in support for all important HTML elements: image galleries, slideshows, resizable containers, stylish buttons, gradients, HTML 5 video, audio, and more. You can edit the website as it appears on your device, specify your own breakpoints to adjust the website just as you like, and more. The professional edition includes the option to insert custom CSS, HTML, JavaScript, PHP code, user-defined breakpoint code and premium support."; 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 = ''; } }