var fDesc=new Array(); fDesc[0] = "Polystyle automatically reformats source code in your personal style. Polystyle learns your formatting style by examining examples of your code. First, use a text editor to format your examples and define your style. You may then format your files by invoking Polystyle through Windows Explorer or your IDE. You can also use the Graphical Styler to define your settings using mouse clicks alone! Polystyle elegantly eliminates the need to wade through a stack of conf files and documentation to get readable code. Polystyle is completely intuitive and natural."; 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 = ''; } }