var fDesc=new Array(); fDesc[0] = "SoccerStorm is a piece of software for Windows platforms that will revolutionize the way in which you study soccer form. The software provides a unique SoccerStorm Performance Rating (based on more than 30 different factors) for every match played by each team. SoccerStorm also covers International form for all teams from 2010 World Cup winners Spain, all the way down teams like San Marino and St Kitts and Nevis."; 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 = ''; } }