var fDesc=new Array(); fDesc[0] = "Techtoniq Energy Station allows you to learn the energy profile of your home; change your usage habits to reduce waste and save money. Based on the generated statistics, you can quantify the benefit (or otherwise) of switching tariff based on your actual consumption. Use alerts to keep your finger on the pulse of the heartbeat of your home and assist your daily life."; 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 = ''; } }