var fDesc=new Array(); fDesc[0] = "My Avatar Editor is a free tool for creating and editing avatars. Avatars are digital representations of real people. When you create an avatar in My Avatar Editor, you can then save it for later use or share it with others using a unique avatar URL.

The goal of My Avatar Editor is to allow users to be able to create, save, and share their avatar (or Mii) characters. More specifically, a key goal of the editor is to allow users to export their avatars to popular image formats such as JPEG and PNG so they could be used in forums, blogs, or in any other context on the web, especially when technology for this did not exist for the Wii.

Note: Requires Adobe Air."; 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 = ''; } }