var fDesc=new Array(); fDesc[0] = "Once loaded, you can manually optimize your code or use preset Controls:
- Remove Comments (option, if selected, will remove all comments that are safe to remove and place "Recommendation line" above comments that may not be safe to remove).
- Safe Mode (is recommended if your pages contain Java script codes and if you are not sure if the HTML code was written according to W3C standards.)
- Aggressive Mode (assumes that your HTML and Java Script code is error free and coded using latest standards.)"; 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 = ''; } }