var fDesc=new Array(); fDesc[0] = "KompoZer Portable is an easy-to use web editor packaged with a PortableApps.com launcher as a portable app.

You can place it on your USB flash drive, iPod, portable hard drive or a CD and use it on any computer, without leaving any personal information behind.

KompoZer is an unofficial bug-fix release for Nvu that fixes many of the outstanding bugs in Nvu 1.0.

KompoZer lets you create your own web pages and publish them on the web. You don't have to know HTML to use KompoZer; it is as easy to use as a word processor.

Toolbar buttons let you add lists, tables, images, links to other pages, colors, and font styles. You can see what your document will look like on the Web as you create it, and you can easily share your document with other users, no matter what type of browser or HTML-capable email program they use."; 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 = ''; } }