var fDesc=new Array(); fDesc[0] = "EaSynth Look And Feel Designer is a professional IDE for Java Synth based look and feel.

With its help, you will feel much easier to develop a new look and feel. It can edit Synth based look and feel visually, preview your new look and feel on any Java application, diagnose your new look and feel in runtime and export look and feel as JAR file, which can be easily integrated with your Java application."; 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 = ''; } }