var fDesc=new Array(); fDesc[0] = "SQM Reader Pro for Windows gives you the tools you need to get the most from your Sky Quality Meter model LE, LU, LU-DL or LR. From initial setup of the meter, to nightly data collection, to enabling sophisticated statistical analysis, SQM Reader Pro 2 makes understanding the light pollution in your evening dark sky easy, accurate and convenient."; 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 = ''; } }