var fDesc=new Array(); fDesc[0] = "WoW Starter is a game tool designed for World of Warcraft users. It runs in background and allows you to start World of Warcraft game normally or start World of Warcraft MEfix with a simple click/tap/hit of a button.

Main Features :

- Autostart when you log into Windows (With a Message telling you it's loaded properly)
- Background mode program runs in the background and taking up minimum memory.
- Additional button that opens your browser and directs you to MMowned."; 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 = ''; } }