var fDesc=new Array(); fDesc[0] = "Phone7Market (previously Windows Phone 7 Marketplace) for Windows PC is an application suite. There is one application to search the Marketplace application catalog, other can download the xap packages and the last one can deploy any application to a WP7 device or emulator. Intended only for testing free apps and your own apps."; 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 = ''; } }