var fDesc=new Array(); fDesc[0] = "Spb Pocket Highscores is a utility allowing you to compete in Pocket PC games with mobile gamers from all over the world. Spb Pocket Highscores downloads your top scores from the games installed on your Pocket PC and publishes them to PocketGamer.org - the leading website devoted to Pocket PC games."; 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 = ''; } }