var fDesc=new Array(); fDesc[0] = "Reveal Your Rank! is strategy board game similar to Stratego from Milton Bradley. Hide your flag and guard it safely. You have 40 pieces to place strategically on the board. Your job is to capture your opponent's flag before your opponent finds yours. You also get features like sounds, animations, auto-save and hints. Although you can still play the game, the trial version doesn't allow you to place your own pieces before the game starts. This restriction is removed after registering. Reveal Your Rank! is designed for PocketPC, Handheld PC and Windows."; 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 = ''; } }