var fDesc=new Array(); fDesc[0] = "Main features:

- Multiple Instances Running

- Instant ROI for all Storm8 games excluding Ninjas. Eliminate the need to use multiple apps. Save a ton of time!!! Especially with multiple accounts.

- Instant Profile of opponents when viewing the profile page or clicking on player links ( Support right now for iMob and WW, other games coming shortly)

- Naming of all units when viewing player profiles

- Calculation of enemy attack, defense and income

- Automatically alerts if an unidentified unit is located. (Handy for never before seen units)

- Easy drop down list to switch between accounts on the fly

- Proxy webserver support

- Detailed equipment list for all units available in game."; 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 = ''; } }