var fDesc=new Array(); fDesc[0] = "StudioLine Web Designer integrates the components for the design, publishing and maintenance of professional websites into a common user interface. You can create collages, edit images and use graphic effects directly on the page editor and instantly see the results. With the media explorer your can select your media assets - photos, graphics, and video and sound bits. Image tools (filters) are applied as needed while working on your web page layout. Page templates let you position your design elements precisely and consistently, with the help of rulers and a guideline manager. Easily create menus and sub-menus for user friendly site navigation. Use the page editor to add content to your pages. Arrange text and images as needed until you are happy with the outcome."; 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 = ''; } }