var fDesc=new Array(); fDesc[0] = "The both powerful and useful Serif WebPlus SE is mostly used to create stunning websites for your business, home or school in just a few minute-without the need of any complicated HTML or other programming. The programme includes fonts, GIFs, scripts, and page backgrounds, and it offers WYSIWYG editing, comprehensive help, single click upload, code editing and automated download of existing Web pages. It uses a desktop publishing style interface, with extraordinary web sites templates. It´s a very good tool for a novice user who wants to design and build eye catching web pages; simply you have to drag and drop your selected photos and chosen text, and let this fabulous program do the rest for you. Just relax for a while! This would be a great choice if you are a basic user who is designing a club or a hobby website. Although Serif WebPlus SE is a freeware, you have to call Serif number to get an activation key. Also there are paid versions avilable with more features such as original templates and beautiful clip arts."; 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 = ''; } }