var fDesc=new Array();
fDesc[0] = "Looking for a simple and fast way to indent and export your Java code into various file formats? Look no further than Java Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents, convert them to PDF, RTF, images and more!
Format / Indent your Java code (thanks to AStyle)
Convert your Java code to the following formats :
HTML
PDF
RTF
BMP
PNG
JPG
Lotus
SVG
QUATTRO Pro
Excel
Print / Create advanced reports using a state-of-the-art printing / report engine
Indent multiple files at once.
Backup indented files automatically.
And much more!";
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 = '';
}
}