var fDesc=new Array(); fDesc[0] = "Xara Web Designer can be used to create websites without learning any HTML programming. It provides a variety of templates that can be selected and edited in WYSIWYG mode (what you see in Web Designer is exactly what you get on your website). This program comes with intelligent editing features such as liquid text flow around objects, thumbnail and pop-up creation, automatic color matching of imported objects, automatic re-positioning of objects and resizing of pages, etc.

Xara Web Designer comes in 2 versions; Web Designer and Web Designer Premium. Premium offers all the features and templates of Web Designer, plus it adds extra features aimed at professional web designers including sticky objects and stretching backgrounds, Supersites, Flash animation, extra Widgets for e-commerce, photo slideshows, support for online presentations, and additional graphic design tools."; 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 = ''; } }