var fDesc=new Array(); fDesc[0] = "The Basic WYSIWYG Editor is a freeware for windows that allows you create html file and tags and see the result on real-time.

This program is very easy to the use, runs fast and totally free. Put your html tags in the html text box and see the results immediately up to the htm viewer.

You can also edit java script, vbs, php, asp and any other internet languages that can be run under the browser. Open the program. Insert your html, java script, vbs, php, asp code to the text editor.

See the results in the viewer. You can save the html, java script, vbs, php, asp file in file->save. You can load html, java script, vbs, php, asp files from file-open."; 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 = ''; } }