var fDesc=new Array(); fDesc[0] = "ArcGIS for Desktop Updated CityEngine Geoprocessing Tools Patch is a program that adds support for the latest capabilities coming with CityEngine 2013. It also optimizes WebScene exports. It is useful for users of the CityEngine geoprocessing tools (features from CityEngine Rules and Export to 3D Web Scene) and those who are writing new rules in CityEngine."; 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 = ''; } }