var fDesc=new Array(); fDesc[0] = "Simpletidy cleans and converts your webpages to wellformed XHTML 1.0. Easy and simple to use interface.
Cleans and fixes your HTML code.
Adds the proper Doctype.
Fixes overlapping nestings.
Fixes mixed up tags.
Missing or mismatched end tags are corrected.
End tags in the wrong order are corrected.
Adds missing quotes around attributes.
Cleans Microsoft HTML code .
Customizable XHTML editor.
Batch process."; 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 = ''; } }