var fDesc=new Array(); fDesc[0] = "Tarantula is a WYSIWYG HTML editor (web authoring tool) with full pixel-level layout control. Even novices can now make great looking web-pages, without any need for knowing HTML. For experts, there is also an integrated HTML editor.

Tarantula supports tables and forms too, and can optionally utilize the latest cascading stylesheet (CSS) positioning support in browsers."; 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 = ''; } }