var fDesc=new Array(); fDesc[0] = "This little application will allow you to make backups or templates of your settings file, which contains your Quickbar and Resolution settings, amongst other things. You may then load those backups into your active settings file.

This makes it very useful for those who often respec their characters and find they have to spend a while filling in abilities to return their quickbars to the way they want them."; 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 = ''; } }