var fDesc=new Array(); fDesc[0] = "The NERO Character Creator is a desktop NERO character creator and tracker for Windows (or linux). It's designed to make it easy to figure out what you want to do with your character (build-wise, at least). Tracks basic information, such as player name, character name, race, class, and primary school of magic. Allows you to easily and quickly "build" your character.Save and load your characters so that you don't have to rebuild them every time. Keeps track of your experience so that you can better determine how to spend your build"; 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 = ''; } }