var fDesc=new Array(); fDesc[0] = "This program removes the need to install new main.scm, script.img and other files every time you wanted to play a different mod.
This program is basically an automated game-swapper. By specifying the main.scm and files you want to replace, the system will change all of the necessary files at the touch of a button. It also has a save-swap feature that only shows the saved games used by the main.scm at the current time to stop players loading incorrect saves and causing the system to crash."; 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 = ''; } }