var fDesc=new Array(); fDesc[0] = "The Curse client is an addon manager that allows you to browse, install, and update your addons. It's free, lightweight, and easy to use. The client supports the following games: World of Warcraft, Runes of Magic, Rift, World of Tanks, Skyrim, and Minecraft.

Curse will detect and manage addons in your interface folder. You can install, update, and delete addons with the client. Automatically synchronize addons on Multiple PCs. Stay safe from viruses, malware, and password theft. Automatically backup addon settings for easy UI recovery. Easily share Addons with your friends and your Guild."; 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 = ''; } }