var fDesc=new Array(); fDesc[0] = "Ever wished that you could keep your own notes on the clan. Notes that don't get over written when you do an update and work WITH the CSRD. Introducing the Clan Short Note Keeper, the first offical Add-On to the CSRD. It keeps an updated list of the characters, adding new characters as they are added to the CSRD and allows you to keep your own notes on all of them. As you type its saving it!"; 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 = ''; } }