var fDesc=new Array(); fDesc[0] = "RealGTA3 (=RGTA) is a free add-on for THE BEST GAME OF 2001 - for GRAND THEFT AUTO 3. RGTA is not a product of Rockstar North/Rockstar Games/Take 2 Games! RGTA is the ultimate collection of many GTA3 modifications made by independent authors from all-around the world. The intention of RGTA is to make GTA3 more realistic by adding real cars, buildings or advertisements all over Liberty City."; 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 = ''; } }