var fDesc=new Array(); fDesc[0] = "A quick and easy way to produce quality web graphics and photos - no skill required! Create graphics by simply customizing the professionally designed templates, including animated banner ads, button bars with DHTML menus, headings, web page backgrounds and even complete themed page layouts. And because the templates are vector graphics there is NO loss of quality. Xara Webstyle also includes one of the quickest photo editors available, with easy photo gallery creation and auto thumbnail creation. PLUS Webstyle offers seamless integration with Dreamweaver and FrontPage. All customers receive a CD which contains the software, over 1600 fully editable templates, tutorial movies and a collection of TrueType fonts. Download the 15 day trial and you can still use the photo editor free at the end of the trial period."; 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 = ''; } }