var fDesc=new Array(); fDesc[0] = "The BSC Menu Management Lot Mod is based on a "construction lot" that triggers a reward script, much like the in-game rewards. When plopping this construction lot, the script will unhide the other icons of a lot set, as long as the construction lot is placed in a city. Bulldozing it will gray out the rest of the icons, and after saving and restarting your city, the icons will be hidden again. For expanding your creation, simply plop the construction lot again."; 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 = ''; } }