var fDesc=new Array(); fDesc[0] = "Home Remote allows you to control all your home automation and AV devices from one app. Home Remote Designer enables you to design projects for the Home Remote app using various themes. When you set the color of a particular control or image you set what theme color it should use: accent, background, foreground, or custom. The projects automatically scale for different sizes and platforms to match your phone size and OS. Also, you can use the simulator to test device control and to see how your project fits on a completely different phone."; 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 = ''; } }