var fDesc=new Array(); fDesc[0] = "VGStudio MAX is the high-end software from the Volume Graphics range of products for the visualization and analysis of CT data in combination with the optional add-on modules 'Coordinate Measurement', 'Nominal/Actual Comparison', Porosity/Inclusion Analysis' and 'Wall Thickness Analysis', VGStudio MAX has become a virtual standard for industrial voxel data analysis."; 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 = ''; } }