var fDesc=new Array(); fDesc[0] = "PhoneMyPC is an exciting new way to connect with up to three Window’s PC’s from your Android based phone. No network knowledge needed, no network configuration required, features work from anywhere in the world so long as you have an internet connection.

Take a snapshot of what’s on your PC (check up on your teenager). Show your presentation on a big screen using your phone as a wireless mouse and keyboard. Provide remote support from anywhere. Work on your PC from your phone at the beach. All of this with a trivial setup. And these are the just the basic features!"; 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 = ''; } }