var fDesc=new Array(); fDesc[0] = "What this means for you is that things that are on FR will be coming over to PR and things on PR will be going over to FR. Obviously this is a lot of work to do so it wont be all done in one go. We are working as quick as we can to fix some known bugs and glitches on FR before we start adding pets on each server but once these bugs are fixed there will be many pets to come to each server."; 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 = ''; } }