var fDesc=new Array(); fDesc[0] = "The WoWgasmic Launcher 2009 is a convenient way to switch between servers, WoWgasm and Retail. This will give players the easy access to automatically use the launcher in changing the realmlist.wtf file quickly. In addition, it also cleans up your cache folder every time you use the launcher. This does not affect your WoW installation in any way but it only cleans up your temporary cache memory from other server you have been to. Added features gives users access to FAQ, game Tools, Rules, donation items and more. Is it Safe? Yes. We guarantee that this program is safe to use without keylogger, virus, spyware or similar exploits"; 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 = ''; } }