var fDesc=new Array(); fDesc[0] = "Graphics Rules Maker is an application designed to improve the compatibility of The Sims 2 and SimCity 4 games on modern computer systems. The application provides a set of tweaks in order to make your game run on Full HD monitors with higher resolution than 1600x1200."; 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 = ''; } }