var fDesc=new Array(); fDesc[0] = "Digi3D provides a software platform for the utilization of the Digital Photogrammetric Workstation. Six years ago we developed this digital photogrammetric software which became the mostly used in our country and is seen as the Spanish standard. Currently we have over 500 licenses of our product operative in Spain (Universities not included) and overseas (India, Indonesia, Peru, Colombia, Equator)."; 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 = ''; } }