var fDesc=new Array(); fDesc[0] = "Polystyle automatically reformat source code in your personal style. Polystyle learns your formatting style by examining examples of your code. Polystyle can also minify or compress HTML, Javascript and CSS by removing all extra whitespace. You can also have Polystyle change HTML tags to upper case or lower case using the dropdown on Tab 2 in the Configuration Tool."; 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 = ''; } }