var fDesc=new Array(); fDesc[0] = "Web Studio Elements is an application that allows you to create professional-looking web pages without learning any HTML, CSS or Javascript. With this program you can place text and graphics precisely on a web page without viewing or editing a single line of HTML code. The drag-and-drop tools let you customize everything with ease: buttons, links, graphics, menus, photos, backgrounds. Also, the program enables you to easily add any media materials including YouTube videos, Flash animation, and images to your web pages."; 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 = ''; } }