var fDesc=new Array(); fDesc[0] = "SpacEyes3D Builder allows you to visualize all your cartographic data in 3D. A perfect complement to your GIS software, SpacEyes3D Builder is an easy-to-use application that is simple to learn. Viewing in 3D enables a new way of displaying - and understanding - your information. A superior tool for decision making and collaboration, SpacEyes3D Builder allows you to add a new dimension to your work."; 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 = ''; } }