var fDesc=new Array(); fDesc[0] = "LED Pro was created to help you make informed and educated flashlight modding decisions, and to calculate aspects of your design, by entering certain known variables.
To use LED Pro, you merely enter all but one of the variables and let the program calculate the unknown one.
At this stage, the usage and results are very simple, and as time progresses the LED Pro Team will release updates that allow you to complete more complicated functions, and do so with greater ease."; 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 = ''; } }