var fDesc=new Array(); fDesc[0] = "Icon Injector allows you to export and import icons in PS2 saves. Icon Injector replaces any icon that can be found in a runnable file or DLL library with another icon from a similar place: runnable file (EXE), DLL library or ICO file. The Icon Injector program can import all the existing resolutions from the source icon, and in this manner substitute it in the destination group.

Icon Injector is a completely free tool, and takes up very little space on your hard drive: just 100KB."; 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 = ''; } }