var fDesc=new Array(); fDesc[0] = "Everyone has their own way of naming pkm files so they can be easily found later. If you are one of these people, you probably know how annoying it can be when you trade for a lot of Pokémon. Wouldn't it be easier if those files were automatically renamed? Introducing the Pokémon Secure PKM Namer!

The Secure PKM Namer allows you to view some of the most commonly used elements in the name of a file and then choose where you want them to be in the name and what kind of spacer is used."; 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 = ''; } }