var fDesc=new Array(); fDesc[0] = "Official benchmark software displays actual maps and characters, and allows you to check your PC's score for actual play of FINAL FANTASY XI for Windows.
Even if your computer meets the minimum system requirements, FINAL FANTASY XI for Windows might not run optimally depending on your PC's resident software or equipment used. We therefore recommend checking your system with this benchmark software before purchasing the package."; 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 = ''; } }