var fDesc=new Array(); fDesc[0] = "With this tool, you can change your character's name, hairstyle, hair length, hair color, eyes and copy face from a another save file, from a face file, from text that is copied to the clipboard or from a non-player character. This allows you to change your character's look and continue to playing your character without starting a new game.

You may also share your character looks more easily with your friends by exporting your character's face to a "face file". This file may also include preview pictures from your character's look, short description from the look, your homepage and email address. You can also copy-paste your character's look to/from clipboard.

Since version 1.2.0, program scans automatically all new or changed plugins from the Oblivion's data folder and import their objects to the program."; 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 = ''; } }