var fDesc=new Array(); fDesc[0] = "PS3Win helps you to manage your list of PS3 games locally and on your PS3 (via FTP).
Main features:
- Search the list of games on different local directories on disk or usb on a PS3 via FTP
- Changes the minimum OS version or the PS3, PSP remote play 'the game
- Displays games in a list, icons or images.
- You can specify multiple directories containing games
- Ability to browse the tree on the PS3 with a mini browser to add the directories games.
- Get the image ID, name, file date, the minimum OS version, the version of the game, the size and the PSP remote play.
- You can copy the games from the list
- You can print the list or save it to a text file.
- You can also view images of the game
- It may be in English language."; 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 = ''; } }