var fDesc=new Array(); fDesc[0] = "winSPMBT is the Windows version of Steel Panthers Main Battle Tank (SPMBT). SPMBT is a classic super-mod for the fan favorite 1996 SSI game, Steel Panthers 2: Modern Battles. Developed by Camo Workshop, and available to the public for no cost, SPMBT followed in the treadmarks of their original super-mod for SP2, Steel Panthers World War II, first released in 1998. More than just a mod, SPMBT is a standalone game that totally reworks the original game. While the gameplay will be familiar to anyone who has spent time with Steel Panthers, the data and gameplay has been tweaked to provide gamers with the ultimate tactical experience."; 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 = ''; } }