var fDesc=new Array(); fDesc[0] = "RCP 3D Transformer is a powerful tool of batch processing, visualization of 3D files ans multi-formats conversion with management of geographical information GIS (textures management, 3D structure optimization, geographical coordinates, Collada, Multipatch, Shapefile, 3DS, FBX, Esri ArcGIS geodatabase, Revit, KMZ, GDB)."; 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 = ''; } }