var fDesc=new Array(); fDesc[0] = "ArcGIS SP 1 for Desktop Background Geoprocessing is a free service pack that requires the previous installation of ArcGIS 10.1 SP1 for Desktop. It allows you to stay productive within ArcMap and ArcCatalog as the geoprocessing task executes in another process. All scripts, models and tools which execute in the background will use a 64-bit process, allowing your large processes to take advantage of more memory."; 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 = ''; } }