var fDesc=new Array(); fDesc[0] = "If you run out of space to install games within Steam , with SteamTool you can install some of your games to another hard drive or solid-state drive

With SteamTool, you can install the games in your Steam Library across more than one hard drive. Games on the second hard drive will continue to download and update as normal, because Steam is still able to access them using their original folder names."; 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 = ''; } }