var fDesc=new Array(); fDesc[0] = "SMR Map Shifter C is a total redesign and rewrite in C of the original SMR Map Shifter program. Is focused on usability and zero-configuration, i.e. the program should work perfectly for all users and be intuitive to use. To that end it features only one button and no need to configure defaults. It also handles some rudimentary house cleaning steps to eliminate incorrectly installed maps. For non-confusion’s sake this new version of SMR Map Shifter is version C named after the language it is written in C/C , the old version is now retroactively SMR Map Shifter VB likewise named after programming language Visual Basic."; 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 = ''; } }