var fDesc=new Array(); fDesc[0] = "With Xport you can back up your hard drive and your memory cards to your PC’s own drive, freeing up space for other projects. It also protects valuable data in case of corruption or accidental deletion.

It’s easy to use. Just plug your Xbox 360 hard drive or memory card into the dock unit, and connect it to your PC using a spare USB port. You can also install files from your PC to your console's hard drive, and inspect, modify and install files of your own using Datel's impressive XPORT 360 PC application. Download fan-created files and enhance your games in ways Microsoft never intended."; 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 = ''; } }