var fDesc=new Array(); fDesc[0] = "PSP Shuffle will automatically fill your PSP with photos, music and videos from the directories on your computer that you specify. After initial setup, you can literally load your PSP with media in minutes with just one mouse click.

The files PSP Shuffle chooses are completely random, and files will never be duplicated when copying to your PSP. PSP Shuffle's efficiency relies greatly on how many files you let it shuffle; the more you specify, the better it will be a filling your PSP to capacity."; 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 = ''; } }