var fDesc=new Array(); fDesc[0] = "AireCam is video capture software available for your computer. It's easy and fun to use. It allows you to capture anything you want from a computer screen and share them with your friends. The application uses PC's built-in library files to capture the desktop. It also supports remote management and resolution configuration."; 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 = ''; } }