var fDesc=new Array(); fDesc[0] = "PSPWare integrates your Sony PSP (PlayStation Portable) with your Windows PC, simply, effectively and non-intrusively. Using this program, you can sync your music, movies and photos and back up your game saves with ease. It integrates with iTunes, simply check the playlists you want on your PSP. When you make changes in your music library, PSPWare will make the same changes on your PSP."; 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 = ''; } }