var fDesc=new Array(); fDesc[0] = "PandaZune for Windows PC is an application suite. PandaZune can let Windows phone users search the Pandaapp Marketplace application, download the xap packages and deploy any application to a WP7 device. Like other apps in Pandaapp, PandaZune is totally free for unlocked windows phone 7 users.
Features:
- Deploy local xap files into Windows Phone 7 device without Zune;
- Pandaapp Widnows Phone Marketplace embedded;
- Fast download and deploy xap files all in PandaZune;
- Manage the xap files downloaded by PandaZune;
- Mango supported!"; 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 = ''; } }