var fDesc=new Array(); fDesc[0] = "It maintain your game cover collection.

The primary function of the program is conversion to/from .iso and .wbfs files.
Sub functions include: adding and removing files to/from WBFS formatted partitions, game cover management (Display and download), list export and print finctions, partition formatting to WBFS, has support for most all of the functions of wbfs_file.exe, has preliminary support for wiitdb xml information (synopsis, players, genre etc etc)."; 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 = ''; } }