var fDesc=new Array(); fDesc[0] = "The SZS Modifier program is the original program to allow you to load up and alter Mario Kart Wii's SZS files.

This allows the user to perform texture hacks and model hacks to Mario Kart Wii and any other Nintendo Wii games which use the same .szs file data and then export these files back into the game."; 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 = ''; } }