var fDesc=new Array(); fDesc[0] = "Are you frustrated with the "wizard-ware" HTML editors flooding the internet? Maybe you just wish you could find an editor that was simple enough to figure out on your own but powerful enough to markup your pages in a hurry? This is your editor, then. It's fast and it's easy to use.
DominHTML lets you control your editing process. We never bothered with the multi-screen wizard-thing but instead created little "roll-up" dialog boxes that contain the tags you need and that don't lock you out of your document while they're open. With this approach, you can keep a tag helper on screen all the time, editing your document and inserting codes interactively."; 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 = ''; } }