var fDesc=new Array(); fDesc[0] = "The ICCUP client allows you to play Warcraft 3 on the Internet.

You begin at iCCup with the ranking of “D” with 1000 points. Winning matches will improve your points rating, and losing matches will do the opposite. Every 1000 points you win, you will improve once step in rank. The ranking system goes from D-, D, D+, C-,C, etc. This is a system long implemented by the Starcraft community to create a well balanced environment for players to play in and find players of similar skill."; 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 = ''; } }