var fDesc=new Array(); fDesc[0] = "As Vice City was developed after Grand Theft Auto III, the game follows a very similar design, but with several improvements in comparison to its predecessor. It is quite free, characteristic of all Grand Theft Auto, although the missions must be completed to go further in the story and unlock other areas of the city. The player may visit any area of the city and do whatever he wants if he is not in the middle of a mission ."; 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 = ''; } }