var fDesc=new Array(); fDesc[0] = "Logitech Solar App is a simple utility with useful information to keep your keyboard charged and ready.

The Solar App displays the current battery status and warns you when the power is low. It also has a LUX meter that lets you know how much power your light source is providing at any given time."; 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 = ''; } }