var fDesc=new Array(); fDesc[0] = "Gardens Inc. 2: The Road to Fame is a time management game for Windows users. Jill and Mike have established their gardening company in Sunnyvale and now they are ready for the next step. Unfortunately, the dastardly Cliff Gold escaped prison and it seems that he is out for revenge on those who brought him to prison. You must help Jill and Mike to win a contest that will be followed by contracts all over the world and uncover, what the villain is really up to."; 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 = ''; } }