var fDesc=new Array(); fDesc[0] = "AirScreen is making your team collaboration easier, it delivers your presentation to the large screen over the air. You can take annotation anytime on any app. For example, you could make annotation on Google Maps while planning your business trip, on PPT slideshow while making presentation. AirScreen saves your annotation into your client computer so you can share it with your team mates."; 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 = ''; } }