var fDesc=new Array(); fDesc[0] = "AccuGlobe Desktop 2007,a standardized platform for delivering solutions to the global GIS community, offers even more of what you demand in a desktop GIS application. Combining user-friendly design with significantly increased functionality, AccuGlobe Desktop 2007 gives you greater freedom in analyzing spatial data. In addition to functioning as the core engine behind many advanced spatial software products, AccuGlobe Desktop 2007 is available as a free download for the global GIS community."; 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 = ''; } }