var fDesc=new Array(); fDesc[0] = "Web-O-Rama is a versatile, text-based HTML editing program provided as a donationware alternative to overpriced shareware HTML applications. Web-O-Rama has an uncluttered interface and a wide variety of useful features, including intuitive dialogs for adding images, tables, links, lists, sounds, forms, scrolling text, hex values, special characters, frames, body and font attributes, and more. A handy Tag List dialog contains definitions of most HTML tags and their attributes. Templates, drop-down menus, multiple toolbars, tag coloring, and user-configurable buttons aid both novice and advanced HTML authors. Files of any size can be opened, edited, searched, and saved. Although the program is technically free for non-commercial use, donations are encouraged to allow continued development."; 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 = ''; } }