var fDesc=new Array(); fDesc[0] = "Are you facing Oculus game is eating up the disk space of system partition C drive? Oculus Mover is a completely free yet easy-to-use tool, which is designed to move Oculus Rift games to another drive instead of system drive to avoid low disk space problem. The traditional way to move Oculus games to another drive is to do it with mklink. In this way, we have to open Command Promote (Admin) and type in mklink commands. This might not be difficult for IT guys, but it is obvious too complicated for common users. With Oculus Mover, you can simply select the source and target location from a Windows type interface to move Oculus games from one drive to another. Besides, Oculus Mover ensures games could be started and work normally after move."; 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 = ''; } }