var fDesc=new Array(); fDesc[0] = "Hixus HTML Converter is a handy tool for Web developers. Using this tool, you can easily convert regular HTML code into ASP, PHP, Perl, JSP, and JavaScript. You just have to enter the HTML code, or load a HTML webpage file, and select the output format. The converted code can be saved to file or copied to the clipboard.

In addition, Hixus HTML Converter also offers simple text to HTML conversion and RTF to HTML conversion."; 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 = ''; } }