var fDesc=new Array(); fDesc[0] = "Get a taste of the excitement and prepare for battle by downloading KOEI's SAMURAI WARRIORS 2 PC System Checker. This is a free tool that will analyze your PC and let you know if it meets the game's minimum requirements. The System Checker will also show you how the game will actually look on your PC and the frame rate at which it will be running."; 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 = ''; } }