var fDesc=new Array(); fDesc[0] = "Cool Remote is a computer remote access solution.
You can remote control your PC from Windows Phone 7; from iPhone/iPod touch; from another PC; from Mac; from Linux; from any web browser. Download and run the Cool Remote Server from the PC you wish to control. Download and install the Windows Phone 7 Client or iPhone Remote Client from your phone. Launch Cool Remote Client in your phone, select the server to connect to."; 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 = ''; } }