var fDesc=new Array(); fDesc[0] = "CCP Server is a very small application that is installed on your PC to let CCP Application on your mobile device communicate with your PC. CCP turns your mobile device into an extension of your computer’s controls, helping you optimize the way you operate complex programs, play games, and everything in between. After you install the application, a new icon will appear allowing you to control the server. By default, the program will be launched each time you start up your computer."; 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 = ''; } }