var fDesc=new Array(); fDesc[0] = "With this application you will be able to re-use screenshots downloaded with Image Renamer OfflineList, so they will be renamed using the CRC naming scheme we use for the project. It will also rename images named with the CRC naming scheme into its game name (inside a Romcenter DAT file), and right the opposite, it will take images named using the game name, into the CRC name. It will generate missing images lists that can be used (untouched, the program needs them as they are) by the Snap folder watcher application to guide you while capturing the missing screenshots."; 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 = ''; } }