var fDesc=new Array(); fDesc[0] = "StarCraft II Repair Utility can check your files and replace corrupted files as well. You can get the latest version available from http://us.blizzard.com

Download this free tool and explore the possibilities. This software solution allows users to tweak and customize the User Interface.

Note: The utility is currently only available for Windows systems.

Note: With the release of 1.8.0 the repair utility (repair.exe) can now be found in the main World of Warcraft game directory on your hard drive."; 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 = ''; } }