var fDesc=new Array(); fDesc[0] = "Ultimate Vice City is an update for the GTA Vice City game. This update removes the bugs and auto death (caused a a glitch) in the game. In addition, this mod will conclude the cars and graphics from Ultimate GTA Vice City 2. This upgrade would not only enhance your graphics but also the billboards and stores across town has been changed."; 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 = ''; } }